We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7b7cf commit ac75407Copy full SHA for ac75407
.bazelrc
@@ -1,3 +1,5 @@
1
+build --host_platform=@rules_nixpkgs_core//platforms:host
2
+
3
# Remote Cache Configuration
4
build:remote-cache --bes_results_url=https://app.buildbuddy.io/invocation/
5
build:remote-cache --bes_backend=grpcs://remote.buildbuddy.io
.github/workflows/workflow.yaml
@@ -42,7 +42,6 @@ jobs:
42
- name: Configure
43
run: |
44
cat >>.bazelrc.local <<EOF
45
- build --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host
46
build --config=remote-cache
47
build --repository_cache=~/repo-cache/
48
EOF
0 commit comments