Commits on Source (9)
-
Matthew Clarkson authoredVerified5122eb8f
-
Matthew Clarkson authored
Bumps to `rules_go@0.48.0`, `gazelle@0.37.0` and `circl@1.3.8` which all have the support for understanding `purego` build tag. This allows us to build fully static `bazel-git` binaries.
Verified37578ba5 -
Matthew Clarkson authored
To effectively test `bazel-git` with `rules_git` a repository context time label to a built `bazel-git` needs to be provided. The `test/build` repository provides a repository context time build of the project to retrieve a `bazel-git` that can be used in the `git_fetch` rules in `MODULE.bazel`. The downside is that an isolated output base must be used to prevent deadlock when running the build. Duplicated downloads of dependencies will occur. The upside is that `bazel-git` is tested in the same way that the primary downstream ruleset uses the binary.
Verifiedafb5c2e4 -
Matthew Clarkson authoredVerified641b45bf
-
Matthew Clarkson authoredVerifiede136d020
-
Matthew Clarkson authoredVerifiedcea5ed2a
-
Matthew Clarkson authoredVerified14b11073
-
Matthew Clarkson authoredVerified8c53b0ea
-
Bot authored
# [1.0.0-alpha.10](https://git.gitlab.arm.com/bazel/git/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-08-30) ### Bug Fixes * **archive:** correctly add `g+w` to regular files ([e136d020](https://git.gitlab.arm.com/bazel/git/commit/e136d02010c2ebf7f92c882765a45955439cf75c)) * **archive:** submodule entries are directories ([641b45bf](https://git.gitlab.arm.com/bazel/git/commit/641b45bfaa423450e4e0b018bab9879f072c3ef5))
Showing
- .bazelrc 3 additions, 2 deletions.bazelrc
- .bazelversion 1 addition, 1 deletion.bazelversion
- BUILD.bazel 0 additions, 9 deletionsBUILD.bazel
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- CODEOWNERS 2 additions, 2 deletionsCODEOWNERS
- CONTRIBUTING.md 6 additions, 0 deletionsCONTRIBUTING.md
- MODULE.bazel 105 additions, 33 deletionsMODULE.bazel
- MODULE.bazel.lock 187 additions, 18376 deletionsMODULE.bazel.lock
- circl/1.3.7/patches/add_module_file.patch 0 additions, 28 deletionscircl/1.3.7/patches/add_module_file.patch
- circl/1.3.7/patches/add_pure_tests_for_mathmatical_libraries.patch 0 additions, 59 deletions....7/patches/add_pure_tests_for_mathmatical_libraries.patch
- circl/1.3.7/patches/generate_build_files.patch 0 additions, 2904 deletionscircl/1.3.7/patches/generate_build_files.patch
- circl/1.3.7/patches/modify_build_files.patch 0 additions, 143 deletionscircl/1.3.7/patches/modify_build_files.patch
- circl/1.3.7/patches/switch_purego_build_tag_to_cgo.patch 0 additions, 364 deletionscircl/1.3.7/patches/switch_purego_build_tag_to_cgo.patch
- cmd/bazel-git/archive.go 20 additions, 8 deletionscmd/bazel-git/archive.go
- test/base/BUILD.bazel 0 additions, 0 deletionstest/base/BUILD.bazel
- test/base/BUILD.tmpl.bazel 4 additions, 0 deletionstest/base/BUILD.tmpl.bazel
- test/base/defs.bzl 5 additions, 0 deletionstest/base/defs.bzl
- test/base/repository.bzl 14 additions, 0 deletionstest/base/repository.bzl
- test/build/BUILD.bazel 0 additions, 0 deletionstest/build/BUILD.bazel
- test/build/BUILD.tmpl.bazel 4 additions, 0 deletionstest/build/BUILD.tmpl.bazel
This diff is collapsed.
This diff is collapsed.
test/base/BUILD.bazel
0 → 100644
test/base/BUILD.tmpl.bazel
0 → 100644
test/base/defs.bzl
0 → 100644
test/base/repository.bzl
0 → 100644
test/build/BUILD.bazel
0 → 100644
test/build/BUILD.tmpl.bazel
0 → 100644