Skip to content

Commit

Permalink
ci: make /etc/udev/hwdb.d writable in the valgrind job too
Browse files Browse the repository at this point in the history
Some of of our tests dump temporary hwdbs there, let's make this
writable (it's already done for the non-valgrind job).

Closes #701
  • Loading branch information
whot committed Sep 2, 2024
1 parent 9c9e234 commit a847a09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
with:
apt: $UBUNTU_PACKAGES
pip: $PIP_PACKAGES
- name: make /etc/udev/hwdb.d writable
run: |
sudo mkdir -p /etc/udev/hwdb.d
sudo chmod o+rwx /etc/udev/hwdb.d
# for the valgrind case, we need custom setup, the matrix isn't
# flexible enough for this
- name: valgrind - meson test
Expand Down

0 comments on commit a847a09

Please sign in to comment.