mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
reduce the depth of submodule update to decrease the runtime
This commit is contained in:
parent
e8baef0634
commit
ad74181c80
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 1
|
||||
before_script:
|
||||
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
||||
- export PATH=$PATH:/usr/local/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue