Skip to content

Commit

Permalink
try incremenental
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 2, 2024
1 parent 3ea0935 commit de1e214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- "rust-toolchain"
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 1
jobs:
test:
name: Test
Expand Down
2 changes: 1 addition & 1 deletion dev/build_validation_service_local
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

rustup target add x86_64-unknown-linux-gnu
export CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-linux-gnu-gcc
CARGO_INCREMENTAL=1 cargo build --release --package mls_validation_service --target x86_64-unknown-linux-gnu
CARGO_INCREMENTAL=1 cargo build --package mls_validation_service --target x86_64-unknown-linux-gnu
mkdir -p .cache
cp -f ./target/x86_64-unknown-linux-gnu/release/mls-validation-service ./.cache/mls-validation-service
docker build --platform=linux/amd64 -t xmtp/mls-validation-service:latest -f ./dev/validation_service/local.Dockerfile .

0 comments on commit de1e214

Please sign in to comment.