Skip to content

Commit

Permalink
update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mitnk committed Feb 6, 2022
1 parent cecf8cc commit 8c65bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ fi
# not a part of youki workspace. For the reasoning behind this,
# please check the docs and readme

cargo build --verbose $TGT $1
cargo build $TGT $1 $2
cd ./runtimetest
cargo build --verbose $TGT $1
cargo build $TGT $1 $2
cd ..

cp target/$TARGET/$VERSION/youki .
Expand Down

0 comments on commit 8c65bc8

Please sign in to comment.