Commits on Source (5)
-
Matthew Clarkson authored
This patch adds `upload:*` targets to the project that will upload the binaries and put them in the GitLab generic package registry. This requires a `~/.netrc` with a `api` token setup for `gitlab.arm.com`. To upload all binaries perform the following: for TARGET in $(bazelisk query 'upload:*'); do bazelisk run --ui_event_filters -INFO -- "${TARGET}" done Things to do in the future: - Create a `multirun` upload target that does the upload in parallel - Add a manually triggered CI job that does the upload - This will need a deploy token with _only_ package registry access For now, a manual upload has been done help with outages.
Verifiedb6b4b780 -
Matthew Clarkson authored
We need a second maintainer for each section!
Verified5a21b759 -
Matthew Clarkson authoredVerified1b4d954d
-
Matthew Clarkson authoredVerified5dc1300c
-
Bot authored
# [1.0.0-alpha.4](https://git.gitlab.arm.com/bazel/ape/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-02-22) ### Bug Fixes * mirror binaries ([b6b4b780](https://git.gitlab.arm.com/bazel/ape/commit/b6b4b780e211707ed14d9d466571ba7bd3fab0a7))
Showing
- BUILD.bazel 3 additions, 151 deletionsBUILD.bazel
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- CODEOWNERS 14 additions, 14 deletionsCODEOWNERS
- MODULE.bazel 27 additions, 5 deletionsMODULE.bazel
- MODULE.bazel.lock 2795 additions, 486 deletionsMODULE.bazel.lock
- README.md 4 additions, 0 deletionsREADME.md
- binaries.bzl 153 additions, 0 deletionsbinaries.bzl
- e2e/MODULE.bazel.lock 810 additions, 476 deletionse2e/MODULE.bazel.lock
- upload/BUILD.bazel 38 additions, 0 deletionsupload/BUILD.bazel
- upload/README.md 5 additions, 0 deletionsupload/README.md
This diff is collapsed.
binaries.bzl
0 → 100644
This diff is collapsed.
upload/BUILD.bazel
0 → 100644
upload/README.md
0 → 100644