Skip to content

Commit 016663f

Browse files
Merge pull request #14 from rabbitmq/remove-bazel
Remove Bazel-related files
2 parents ae2a536 + b5c30bb commit 016663f

17 files changed

+0
-606
lines changed

.bazelrc

Lines changed: 0 additions & 58 deletions
This file was deleted.

.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

.bcr/config.yml

Whitespace-only changes.

.bcr/metadata.template.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.bcr/presubmit.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.bcr/source.template.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/publish-rabbitmq-bcr.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
id: versions
2121
working-directory: seshat
2222
run: |
23-
sudo npm install --global --silent @bazel/buildozer
24-
2523
VERSION_ERLANG_MK="$(sed -ne 's/PROJECT_VERSION = \(.*\)/\1/p' Makefile)"
2624
2725
if [[ "${{ github.ref_name }}" != "v$VERSION_ERLANG_MK" ]]; then
@@ -36,14 +34,6 @@ jobs:
3634
exit 1
3735
fi
3836
39-
VERSION_BAZEL="$(cat MODULE.bazel | buildozer 'print version' -:%module)"
40-
41-
if [[ "${{ github.ref_name }}" != "v$VERSION_BAZEL" ]]; then
42-
echo "Version in MODULE.bazel ($VERSION_BAZEL) does not match tag (${{ github.ref_name }})"
43-
exit 1
44-
fi
45-
46-
echo "version=$VERSION_BAZEL" | tee -a $GITHUB_OUTPUT
4737
- name: FETCH THE SOURCE ARCHIVE
4838
run: |
4939
curl \

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ osiris.d
2222
*.jar
2323

2424
Makefile.bak
25-
/user.bazelrc
26-
/bazel-*
2725
.DS_Store
2826

2927
/.vscode/

BUILD.bazel

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)