Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 26, 2024
1 parent 8bb566f commit a0398e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
pip install -r conans/requirements_server.txt
pip install meson
- name: Check Docker socket permissions
run: |
ls -l /var/run/docker.sock
id
- name: Run tests
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion ci/conan-tests
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ RUN mkdir -p /usr/share/bazel-$BAZEL_6_3_2/bin && \
chmod +x bazel-${BAZEL_7_1_2}-linux-x86_64 && \
mv bazel-${BAZEL_7_1_2}-linux-x86_64 /usr/share/bazel-$BAZEL_7_1_2/bin/bazel

RUN usermod -aG docker conan
RUN usermod -aG docker conan && newgrp docker

USER conan
WORKDIR $HOME
Expand Down

0 comments on commit a0398e4

Please sign in to comment.