Skip to content

Commit

Permalink
Fix macos CI
Browse files Browse the repository at this point in the history
https://github.com/bazel-contrib/rules_oci/actions/runs/11564798863/job/32190695142

```
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
```

In #724 it looks like I broke macos CI because that particular step is
not run as part of the PR builds. I introduced a genrule which requires
access to the docker daemon, while previously it was only used in test
rules.

Adding the env var to the docker host to the action graph should maybe
fix this?
  • Loading branch information
hanneskaeufler committed Oct 29, 2024
1 parent 4355c8b commit 529b4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/smoke/.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test --test_env=DOCKER_HOST
test --action_env=DOCKER_HOST --test_env=DOCKER_HOST

0 comments on commit 529b4cd

Please sign in to comment.