mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove obsolte dependencies
This commit is contained in:
parent
3cf0940683
commit
14ff0104d5
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ script:
|
|||
- cd $TOPDIR
|
||||
- wget https://bintray.com/rwth-os/hermitcore/download_file?file_path=binutils-hermit_2.26.1-1_amd64.deb -O binutils-hermit_2.26.1-1_amd64.deb
|
||||
- sudo dpkg -i ./binutils-hermit_2.26.1-1_amd64.deb
|
||||
- wget https://bintray.com/rwth-os/hermitcore/download_file?file_path=newlib-hermit_2.4.0-1_amd64.deb -O newlib-hermit_2.4.0-1_amd64.deb
|
||||
- sudo dpkg -i ./newlib-hermit_2.4.0-1_amd64.deb
|
||||
- wget https://bintray.com/rwth-os/hermitcore/download_file?file_path=pthread-embedded-hermit_1.0-1_amd64.deb -O pthread-embedded-hermit_1.0-1_amd64.deb
|
||||
- sudo dpkg -i ./pthread-embedded-hermit_1.0-1_amd64.deb
|
||||
- wget https://www.lankes.org/deploy/bootstrap.tar.gz
|
||||
- tar xzf bootstrap.tar.gz
|
||||
- mkdir -p $TOPDIR/tmp/bootstrap
|
||||
|
|
Loading…
Add table
Reference in a new issue