Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • bazel/rules_gzip
1 result
Show changes
Commits on Source (5)
......@@ -26,7 +26,7 @@ test --test_output=errors
test --test_verbose_timeout_warnings
# Validate that the lockfile is correct
common --lockfile_mode=error
common --lockfile_mode=${CI_LOCKFILE_MODE}
# These locations are cached on the CI
build:local --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk
......
......@@ -14,36 +14,58 @@ include:
CI_COMMIT_REF_NAME
CI_COMMIT_SHA
CI_SERVER_HOST
CI_LOCKFILE_MODE
default:
tags:
- arm64
test:
.test:
extends: .bazelisk
cache:
- !reference [.bazelisk, cache]
- key: "bazel-cache-${CI_PROJECT_ID}"
paths:
- ".cache/bazel/disk"
- ".cache/bazel/repo"
- ".cache/bazel/disk"
- ".cache/bazel/repo"
variables:
CI_LOCKFILE_MODE: error
CONFIG: local
script:
- (cd "${ROOT}"; bazelisk test --config="${CONFIG}" //...)
config:
extends: .test
parallel:
matrix:
- ROOT:
- .
- e2e
- .
- e2e
CONFIG:
- local
- remote
script:
- cd "${ROOT}"; bazelisk test --config="${CONFIG}" //...
- local
- remote
version:
extends: .test
variables:
CI_LOCKFILE_MODE: "off"
parallel:
matrix:
- ROOT:
- .
- e2e
USE_BAZEL_VERSION:
- 7.1.0
- 7.x
- last_rc
# TODO: switch this out for `rules_semantic_release`
semantic-release:
extends: .test
stage: .post
extends: .bazelisk
needs:
- test
- config
- version
image: node:lts
cache:
key:
......
# [1.0.0-beta.5](https://git.gitlab.arm.com/bazel/rules_gzip/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2024-11-04)
### Bug Fixes
- add `bazel_skylib` dependency ([3fcfc28](https://git.gitlab.arm.com/bazel/rules_gzip/commit/3fcfc28d4b8c9a7affbded52072f5ca667f89fc9))
# [1.0.0-beta.4](https://git.gitlab.arm.com/bazel/rules_gzip/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-11-04)
### Bug Fixes
......
* @bazel
* @matthew.clarkson
# TODO: update sections with relevant people
[Shell] @bazel
[Shell] @matthew.clarkson
*.sh
[Batch] @bazel
[Batch] @matthew.clarkson
*.bat
[JavaScript] @bazel
[JavaScript] @matthew.clarkson
*.js
*.mjs
[C] @bazel
[C] @matthew.clarkson
*.c
*.h
[C++] @bazel
[C++] @matthew.clarkson
*.cpp
*.hpp
*.cc
*.hh
[Rust] @bazel
[Rust] @matthew.clarkson
*.rs
[Documentation] @bazel
[Documentation] @matthew.clarkson
*.md
[Licensing] @bazel
[Licensing] @matthew.clarkson
/.reuse/dep5
/LICENSES/*
[Configuration] @bazel
[Configuration] @matthew.clarkson
.editorconfig
[CI] @bazel
[CI] @matthew.clarkson
.gitlab-ci.yml
[Release] @bazel
[Release] @matthew.clarkson
/.releaserc.yaml
[Node] @bazel
[Node] @matthew.clarkson
/package.json
/.npmrc
[Branding] @bazel
[Branding] @matthew.clarkson
/icon.svg
[Bazel] @bazel
[Bazel] @matthew.clarkson
/.bazelrc
/.bazelrc.ci
/.bazelignore
......
module(
name = "rules_gzip",
version = "1.0.0-beta.4",
version = "1.0.0-beta.5",
bazel_compatibility = [
">=7.1.0",
],
......
......@@ -26,7 +26,7 @@ test --test_output=errors
test --test_verbose_timeout_warnings
# Validate that the lockfile is correct
common --lockfile_mode=error
common --lockfile_mode=${CI_LOCKFILE_MODE}
# These locations are cached on the CI
build:local --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk
......
......@@ -5,6 +5,7 @@ module(
],
)
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_diff", version = "1.0.0-beta.5")
bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.17")
bazel_dep(name = "rules_coreutils", version = "1.0.0-beta.7")
......
......@@ -17,7 +17,8 @@
"https://bcr.bazel.build/modules/bazel_skylib/1.3.0/MODULE.bazel": "20228b92868bf5cfc41bda7afc8a8ba2a543201851de39d990ec957b513579c5",
"https://bcr.bazel.build/modules/bazel_skylib/1.4.2/MODULE.bazel": "3bd40978e7a1fac911d5989e6b09d8f64921865a45822d8b09e815eaa726a651",
"https://bcr.bazel.build/modules/bazel_skylib/1.6.1/MODULE.bazel": "8fdee2dbaace6c252131c00e1de4b165dc65af02ea278476187765e1a617b917",
"https://bcr.bazel.build/modules/bazel_skylib/1.6.1/source.json": "082ed5f9837901fada8c68c2f3ddc958bb22b6d654f71dd73f3df30d45d4b749",
"https://bcr.bazel.build/modules/bazel_skylib/1.7.1/MODULE.bazel": "3120d80c5861aa616222ec015332e5f8d3171e062e3e804a2a0253e1be26e59b",
"https://bcr.bazel.build/modules/bazel_skylib/1.7.1/source.json": "f121b43eeefc7c29efbd51b83d08631e2347297c95aac9764a701f2a6a2bb953",
"https://bcr.bazel.build/modules/buildozer/7.1.2/MODULE.bazel": "2e8dd40ede9c454042645fd8d8d0cd1527966aa5c919de86661e62953cd73d84",
"https://bcr.bazel.build/modules/buildozer/7.1.2/source.json": "c9028a501d2db85793a6996205c8de120944f50a0d570438fcae0457a5f9d1f8",
"https://bcr.bazel.build/modules/download_utils/1.0.0-beta.2/MODULE.bazel": "bced1551849a5d1ca00b985c0d267ab690af840f04c685f2c62f40e92f66fac0",
......