Skip to content

Commit

Permalink
Merge pull request #118 from rabbitmq/bazel-oci-fix
Browse files Browse the repository at this point in the history
Fix bazel repo override of OCI build
  • Loading branch information
kjnilsson authored Apr 5, 2023
2 parents a4c1d26 + 57b6ee6 commit c1c284e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rabbitmq-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@ jobs:
- name: Build generic unix package with this osiris
working-directory: rabbitmq-server
run: |
sed -i"_orig" 's/ "osiris",//' MODULE.bazel
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ steps.load-rabbitmq-info.outputs.RABBITMQ_SHA }}/' rabbitmq.bzl
bazelisk build :package-generic-unix \
--config=rbe-${{ matrix.otp_major }} \
--override_repository osiris=${{ github.workspace }}/osiris
--override_repository rules_erlang~3.9.9~erlang_package~osiris=${{ github.workspace }}/osiris
- name: Resolve generic unix package path
run: |
Expand Down

0 comments on commit c1c284e

Please sign in to comment.