Skip to content

Commit

Permalink
ci: Change dependencies.
Browse files Browse the repository at this point in the history
We need `expect` for dejagnu, but the latter is now being fetched by bazel directly.
  • Loading branch information
jaqx0r committed Feb 14, 2024
1 parent 4ff2f8f commit 1d05786
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install -y \
dejagnu \
gcc \
llvm
dpkg -S llvm-cov
expect
- name: bazel test
run: bazel coverage --explain=explain.out -s --test_env=VERBOSE_COVERAGE=1 --test_env=DISPLAY_LCOV_CMD=1 --test_output=all --combined_report=lcov --instrument_test_targets --nocache_test_results --instrumentation_filter="^//" //...
- name: copy test results into workspace
Expand Down

0 comments on commit 1d05786

Please sign in to comment.