mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
build rust runtime before building HermitCore
This commit is contained in:
parent
d2cded0e9e
commit
128bb38cd6
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ before_install:
|
|||
script:
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
|
||||
- source cmake/local-cmake.sh
|
||||
- cd librs
|
||||
- make runtime
|
||||
- cd -
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
|
|
Loading…
Add table
Reference in a new issue