Skip to content

Commit

Permalink
test with cmake builder for aws-lc-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansconnect committed Jan 4, 2025
1 parent e2efb6b commit 1701888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: uname -m

- name: Run all tests
run: nix develop -c sh -c 'export ROC=roc && export EXAMPLES_DIR=./examples/ && ./ci/all_tests.sh'
run: nix develop -c sh -c 'export AWS_LC_SYS_CMAKE_BUILDER=1 && export ROC=roc && export EXAMPLES_DIR=./examples/ && ./ci/all_tests.sh'

- name: Run all tests and capture output to check for crash later
run: nix develop -c sh -c 'export ROC=roc && export EXAMPLES_DIR=./examples/ && ./ci/all_tests.sh 2>&1 | tee all_tests_output.log'
Expand Down

0 comments on commit 1701888

Please sign in to comment.