1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

reduce the number of submodules to the minimal required number

This commit is contained in:
Stefan Lankes 2016-05-20 13:10:45 +02:00
parent 75f6d5db09
commit c3daaebe24

View file

@ -8,10 +8,11 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive --depth=50
- git submodule update --init hermit/lwip hermit/usr/gcc hermit/usr/pte hermit/usr/newlib hermit/usr/libomp
script:
- ./configure
- wget https://www.lankes.org/deploy/bzImage
- mkdir -p linux/arch/x86/boot/
- mv bzImage linux/arch/x86/boot/
- wget https://www.lankes.org/deploy/bootstrap.tar.gz
- tar xzf bootstrap.tar.gz