Skip to content

Commit

Permalink
build: only build server binary in this step
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 26, 2021
1 parent e1f69be commit 0e5ede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
make install
cd ..
PQ_LIB_STATIC=1 PQ_LIB_DIR=$PWD/libpq/lib SASL2_STATIC=1 OPENSSL_STATIC=1 cargo build --release --features static
PQ_LIB_STATIC=1 PQ_LIB_DIR=$PWD/libpq/lib SASL2_STATIC=1 OPENSSL_STATIC=1 cargo build --release --features static -p drogue-cloud-server
# also build the container image
make build-image(server)
make -C server save-images
Expand Down

0 comments on commit 0e5ede2

Please sign in to comment.