mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
truncate the submodule's history to 50
This commit is contained in:
parent
6950824114
commit
75f6d5db09
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ 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
|
||||
- git submodule update --init --recursive --depth=50
|
||||
script:
|
||||
- ./configure
|
||||
- wget https://www.lankes.org/deploy/bzImage
|
||||
|
|
Loading…
Add table
Reference in a new issue