Skip to content

Commit

Permalink
Try fixing ci script for workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pietgeursen committed Dec 1, 2019
1 parent c74741d commit 0180dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ main() {
test -f Cargo.lock || cargo generate-lockfile

#cross rustc --bin ssb-patchql --target $TARGET --release -- -C lto
cross rustc --bin main --target $TARGET --release -- -C lto
cross rustc --bin jsonrpc_stdio_server --target $TARGET --release -- -C lto
cross rustc --manifest-path http/Cargo.toml --target $TARGET --release -- -C lto
cross rustc --manifest-path stdio/Cargo.toml --target $TARGET --release -- -C lto

cp target/$TARGET/release/main $stage/http_server
cp target/$TARGET/release/jsonrpc_stdio_server $stage
Expand Down

0 comments on commit 0180dd9

Please sign in to comment.