Skip to content

Tags: bazelbuild/bazel-toolchains

Tags

6146252

Toggle 6146252's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Bazelisk v1.19.0 (#1003)

v5.1.3-rc1

Toggle v5.1.3-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Bazelisk v1.19.0 (#1003)

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support new style platforms. See bazel issue 8622 (#989)

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add flag to force java rule bypassing the bazel version check (#7) (#977

)

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add flag to force java rule bypassing the bazel version check (#7)

4.1.0

Toggle 4.1.0's commit message
Fix version check for Java platformization

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow changing the CPP Toolchain. (#955)

The cpp default toolchain on windows was hardset to cc-compiler-k8, which
is linux exclusive. Additionally it's quite common to need to change the
compiler being used.

The drawback of this approach is that it potentially creates many repetitive
equal cc_toolchains if you use the same container with multiple toolings installed.

Long term we could add multiple cpp toolchains to configs/, but so far the limited
amount of repetition isn't harmful.

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
smukherj1 Suvanjan Mukherjee
remove tag script

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release workflow & license headers (#938)

* Add go releaser config

* Minor change

* Remove tags

* Add tag script

* chmod

* fix script

* release config update

* remove tag script

* comments & license headers

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
smukherj1 Suvanjan Mukherjee
update config