summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2022-10-18 15:57:51 +0200
committerRin Kuryloski <kuryloskip@vmware.com>2022-10-18 15:57:51 +0200
commit16300cc4ba86740fecd5d6936217c03245ca685d (patch)
tree0b827991f2b27f8d23eee7bfd7a392ed178cdf65 /.github
parent0b5f16f47e0193d8d7a99c61dcb1a9c5743c106c (diff)
downloadrabbitmq-server-git-16300cc4ba86740fecd5d6936217c03245ca685d.tar.gz
Adopt rules_erlang 3.8.3
and apply corresponding changes to the elixir build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/oci.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml
index c150883106..5bd606497c 100644
--- a/.github/workflows/oci.yaml
+++ b/.github/workflows/oci.yaml
@@ -78,10 +78,6 @@ jobs:
echo "otp=$(cat bazel-bin/otp_version.txt)" >> $GITHUB_OUTPUT
echo "elixir=$(cat bazel-bin/elixir_version.txt)" >> $GITHUB_OUTPUT
- # clean so that when we next run bazelisk, the host erlang version
- # is re-detected
- bazelisk clean --expunge
-
- name: Configure OTP & Elixir
uses: erlef/setup-beam@v1.13
with:
@@ -90,7 +86,9 @@ jobs:
- name: Validate otp version embedded in OCI
run: |
- bazel cquery //packaging/docker-image:otp_source --output=build
+ bazel cquery //packaging/docker-image:otp_source \
+ --config=buildbuddy \
+ --output=build
- name: Build
run: |