提交 f0db8395 编写于 作者: T Tom Rini

gitlab-ci: Move the pyelfutils section

We need this for building some 64bit ARM platforms, not for test.py
runs.
Signed-off-by: NTom Rini <trini@konsulko.com>
上级 9f7bda10
...@@ -22,7 +22,6 @@ stages: ...@@ -22,7 +22,6 @@ stages:
- . /tmp/venv/bin/activate - . /tmp/venv/bin/activate
- pip install pytest==2.8.7 - pip install pytest==2.8.7
- pip install python-subunit - pip install python-subunit
- pip install pyelftools
- grub-mkimage -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd - grub-mkimage -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
- grub-mkimage -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd - grub-mkimage -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
- mkdir ~/grub2-arm - mkdir ~/grub2-arm
...@@ -83,6 +82,9 @@ build all 64bit ARM plaforms: ...@@ -83,6 +82,9 @@ build all 64bit ARM plaforms:
tags: [ 'all' ] tags: [ 'all' ]
stage: world build stage: world build
script: script:
- virtualenv /tmp/venv
- . /tmp/venv/bin/activate
- pip install pyelftools
- ret=0; - ret=0;
./tools/buildman/buildman -P -E aarch64 || ret=$?; ./tools/buildman/buildman -P -E aarch64 || ret=$?;
if [[ $ret -ne 0 && $ret -ne 129 ]]; then if [[ $ret -ne 0 && $ret -ne 129 ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册