Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tesaguri committed Jan 2, 2020
1 parent c611d25 commit 43c77e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main() {

test -f Cargo.lock || cargo generate-lockfile

$cargo rustc --bin $PKG_NAME --target $TARGET --release --no-default-features --features 'rustls sqlite-bundled' -- -C lto -C codegen-units=1
$cargo rustc --bin $PKG_NAME --target $TARGET --release --no-default-features --features 'hyper rustls sqlite-bundled' -- -C lto -C codegen-units=1
cp target/$TARGET/release/$PKG_NAME $stage/

cd $stage
Expand Down

0 comments on commit 43c77e6

Please sign in to comment.