Skip to content

Commit

Permalink
ci: apply fixes for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelnaranjo committed Jul 15, 2024
1 parent cdaf0ae commit 650f881
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mkdir -p ${PREFIX}/tools
cat >${PREFIX}/tools/prebuilts.bzl <<EOF
"Generated during release by release_prep.sh, using integrity.jq"
VERSION = "${VERSION}"
VERSION = "${TAG:1}"
REPO_URL = "${REPO_URL}"
Expand Down
1 change: 0 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ workspace(name = "bazeldnf")
load(":test_deps.bzl", "bazeldnf_test_dependencies")

bazeldnf_test_dependencies()

14 changes: 7 additions & 7 deletions bazeldnf/private/prebuilts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ VERSION = "v0.5.9"
REPO_URL = "rmohr/bazeldnf"

PREBUILTS = {
"linux-amd64": "7e1035d8bd2f25b787b04843f4d6a05e7cdbd3995926497c2a587e52da6262a8",
"linux-arm64": "d954b785bfd79dbbd66a2f3df02b0d3a51f1fed4508a6d88fda13a9d24c878cc",
"darwin-amd64": "92afc7f6475981adf9ae32b563b051869d433d8d8c9666e28a1c1c6e840394cd",
"darwin-arm64": "c5e99ed72448026ee63259a0a28440f8b43a125414fa312edbd569c2976515a3",
"linux-ppc64": "9d5337c1afe4bab858742718ac4c230d9ca368299cb97c50078eef14ae180922",
"linux-ppc64le": "7ea4db00947914bc1c51e8f042fe220a3167c65815c487eccd0c541ecfa78aa1",
"linux-s390x": "09aa4abcb1d85da11642889826b982ef90547eb32099fc8177456c92f66a4cfd",
"linux-amd64": "7e1035d8bd2f25b787b04843f4d6a05e7cdbd3995926497c2a587e52da6262a8",
"linux-arm64": "d954b785bfd79dbbd66a2f3df02b0d3a51f1fed4508a6d88fda13a9d24c878cc",
"darwin-amd64": "92afc7f6475981adf9ae32b563b051869d433d8d8c9666e28a1c1c6e840394cd",
"darwin-arm64": "c5e99ed72448026ee63259a0a28440f8b43a125414fa312edbd569c2976515a3",
"linux-ppc64": "9d5337c1afe4bab858742718ac4c230d9ca368299cb97c50078eef14ae180922",
"linux-ppc64le": "7ea4db00947914bc1c51e8f042fe220a3167c65815c487eccd0c541ecfa78aa1",
"linux-s390x": "09aa4abcb1d85da11642889826b982ef90547eb32099fc8177456c92f66a4cfd",
}
1 change: 1 addition & 0 deletions e2e/bazel-6-bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ local_path_override(
)

bazel_dep(name = "rules_pkg", version = "0.10.1", dev_dependency = True)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
1 change: 1 addition & 0 deletions e2e/bazel-7-bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ local_path_override(
)

bazel_dep(name = "rules_pkg", version = "0.10.1", dev_dependency = True)

bazel_dep(name = "bazel_skylib", version = "1.7.1")

0 comments on commit 650f881

Please sign in to comment.