提交 7fd0ea2b 编写于 作者: T Tom Rini

gitlab-ci: Add pyelftools when needed

In order to mirror current Travis CI support we need to install this
package via pip.
Signed-off-by: NTom Rini <trini@konsulko.com>
上级 699c0b93
......@@ -22,6 +22,7 @@ stages:
- . /tmp/venv/bin/activate
- pip install pytest==2.8.7
- 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_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
- mkdir ~/grub2-arm
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册