Skip to content

Commit

Permalink
[ci] Remove workaround for sanitizers (wpilibsuite#6638)
Browse files Browse the repository at this point in the history
It's been added to the base image.
  • Loading branch information
spacey-sooty authored May 20, 2024
1 parent 0b5aec8 commit 5875133
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ jobs:
ctest-flags: ""
name: "${{ matrix.name }}"
runs-on: ubuntu-22.04
container:
image: wpilib/roborio-cross-ubuntu:2024-22.04
options: --privileged
container: wpilib/roborio-cross-ubuntu:2024-22.04
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 5875133

Please sign in to comment.