You need to sign in or sign up before continuing.
Commits on Source (24)
-
Matthew Clarkson authored
BREAKING CHANGE: `diff` has been removed. Use the hermetic [`rules_diff`][rules_diff] Bazel module. [rules_diff]: https://registry.bazel.build/modules/rules_diff
Verifiededa49dbb -
Matthew Clarkson authoredVerified9d320206
-
Matthew Clarkson authoredVerified91227cfc
-
Matthew Clarkson authoredVerified32259c88
-
Matthew Clarkson authoredVerified53880604
-
Matthew Clarkson authoredVerified103ab279
-
Matthew Clarkson authoredVerifiedfc719548
-
Matthew Clarkson authoredVerifiedd6493fc4
-
Matthew Clarkson authoredVerified6972510e
-
Matthew Clarkson authoredVerifiedbfc2f19a
-
Matthew Clarkson authoredVerified0a4d797f
-
Matthew Clarkson authored
BREAKING CHANGE: Template no longer supports GitLab less than 16.5 The `bazelisk/template.yml` file has been removed which was required for the CI component to be picked up on the experimental implementation in 16.4 and less.
Verified16f27f9f -
Matthew Clarkson authored
It is _very_ common to override the execution of `bazelisk`. This means that using a `!reference` any time the `script` is overridden to copy the run files. Moving this to `before_script` negates that.
Verified5f26233b -
Matthew Clarkson authoredVerified03af5739
-
Matthew Clarkson authored
We _really_ need to add this to the CI
Verifieddc539395 -
Matthew Clarkson authoredVerified35178ef3
-
Matthew Clarkson authored
Still not sure how to extend semantic-release/config-gitlab-bzlmod>
Verified889b7dca -
Matthew Clarkson authoredVerified2af96f0b
-
Matthew Clarkson authoredVerified8a5782bd
-
Matthew Clarkson authoredVerified55c46352
-
Matthew Clarkson authored
We need to add automatic mirroring with `curl_upload_file`. To get this moving a manual backup was done by `wget` each URL. Each file was then uploaded with the following Fish script: ```fish for FILEPATH in * switch $FILEPATH case *.deb set PARTS (string split _ $FILEPATH) set VERSION (string split -f 1 - $PARTS[2]) set DST $PARTS[1]/$VERSION case bazelisk-* set PARTS (string split - $FILEPATH) set DST $PARTS[1]/$PARTS[2] end printf '%s -> %s: ' $FILEPATH $DST curl -sfLw '\n' \ --oauth2-bearer $GITLAB_TOKEN \ --upload-file $FILEPATH \ https://gitlab.arm.com/api/v4/projects/418/packages/generic/$DST/$FILEPATH end ```
Verifiedb0537290 -
Matthew Clarkson authoredVerified02cc7ae8
-
Matthew Clarkson authoredVerified4ad540da
-
Bot authored
# [1.0.0-beta.3](https://git.gitlab.arm.com/ci/component/bazelisk/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2024-02-26) ### Bug Fixes * move run commands copying into `before_script` ([5f26233b](https://git.gitlab.arm.com/ci/component/bazelisk/commit/5f26233b79ebb92d89cd66a99bdf85900e0752e8)) * remove `diff` ([eda49dbb](https://git.gitlab.arm.com/ci/component/bazelisk/commit/eda49dbb2d5758aed02a6e1cb6e0c3a6ca850af0)) * upgrade `bazelisk@1.19.0` ([9d320206](https://git.gitlab.arm.com/ci/component/bazelisk/commit/9d320206a322535ccd54a0ade4533b948fbc4985)) * upgrade to `linux-libc-dev@6.1.76` ([55c46352](https://git.gitlab.arm.com/ci/component/bazelisk/commit/55c463522383c05d9816bcc522bf9da15da53e97)) ### chore * remote GitLab 16.5 workaround ([16f27f9f](https://git.gitlab.arm.com/ci/component/bazelisk/commit/16f27f9faeb130355babcb576adc592873c03be9)) ### BREAKING CHANGES * Template no longer supports GitLab less than 16.5 The `bazelisk/template.yml` file has been removed which was required for the CI component to be picked up on the experimental implementation in 16.4 and less. * `diff` has been removed. Use the hermetic [`rules_diff`][rules_diff] Bazel module. [rules_diff]: https://registry.bazel.build/modules/rules_diff
Showing
- .bazelrc 0 additions, 5 deletions.bazelrc
- .gitlab-ci.yml 8 additions, 7 deletions.gitlab-ci.yml
- .npmrc 1 addition, 0 deletions.npmrc
- .release/tag.js 0 additions, 15 deletions.release/tag.js
- .release/tag.mjs 0 additions, 85 deletions.release/tag.mjs
- .releaserc.yaml 32 additions, 13 deletions.releaserc.yaml
- .reuse/dep5 10 additions, 2 deletions.reuse/dep5
- CHANGELOG.md 27 additions, 0 deletionsCHANGELOG.md
- CODEOWNERS 36 additions, 0 deletionsCODEOWNERS
- MODULE.bazel 70 additions, 234 deletionsMODULE.bazel
- MODULE.bazel.lock 909 additions, 600 deletionsMODULE.bazel.lock
- README.md 21 additions, 2 deletionsREADME.md
- bazelisk/coreutils/busybox/BUILD.bazel 0 additions, 4 deletionsbazelisk/coreutils/busybox/BUILD.bazel
- bazelisk/template.yml 0 additions, 42 deletionsbazelisk/template.yml
- package-lock.json 81 additions, 79 deletionspackage-lock.json
- package.json 5 additions, 5 deletionspackage.json
- templates/bazelisk.yml 3 additions, 3 deletionstemplates/bazelisk.yml
.npmrc
0 → 100644
.release/tag.js
deleted
100644 → 0
.release/tag.mjs
deleted
100644 → 0
CODEOWNERS
0 → 100644
This diff is collapsed.
bazelisk/template.yml
deleted
100644 → 0