Skip to content

Commit

Permalink
[ci] Work around asan actions bug (wpilibsuite#6442)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Mar 16, 2024
1 parent 0b13459 commit c10f7d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ jobs:
ctest-flags: ""
name: "${{ matrix.name }}"
runs-on: ubuntu-22.04
container: wpilib/roborio-cross-ubuntu:2024-22.04
container:
image: wpilib/roborio-cross-ubuntu:2024-22.04
options: --privileged
steps:
- name: mmap rnd_bits workaround
run: sudo sysctl -w vm.mmap_rnd_bits=28

- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y libopencv-dev libopencv4.5-java python-is-python3 clang-14 libprotobuf-dev protobuf-compiler ninja-build

Expand Down

0 comments on commit c10f7d9

Please sign in to comment.