8000 Tags · bazel-contrib/toolchains_llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bazel-contrib/toolchains_llvm

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create sanitized response file instead of expanding arguments (#480)

The cc_wrapper.sh scripts inspects response files and sanitizes each
line within them. How the logic is structured currently causes all of
these arguments to the be directly used later in the script. This can
run into argument overflows. It can also run into problems where quoting
in response files and from args is treated differently.

This addresses some of the comments in #430, namely cleaning up files
and not overwriting the input files. I have not tried to apply a
threshold here as that is best left up to the tooling that previously
decided to use response files, which can cause difficult to debug
changes in behavior.

This conflicts with #479, but is trying to address the same underlying
problem of quoted arguments in response files as the result of golang's
link actions.

Fixes #421

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dependency rules_java to v8.7.1 (#446)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [rules_java](https://redirect.github.com/bazelbuild/rules_java) |
http_archive | patch | `8.7.0` -> `8.7.1` |

---

### Release Notes

<details>
<summary>bazelbuild/rules_java (rules_java)</summary>

###
[`v8.7.1`](https://redirect.github.com/bazelbuild/rules_java/releases/tag/8.7.1)

[Compare
Source](https://redirect.github.com/bazelbuild/rules_java/compare/8.7.0...8.7.1)

**Changes since 8.7.0**

[`b2a4426`](https://redirect.github.com/bazelbuild/rules_java/commit/b2a442678e4bbbf5662e057e04396dd2a5aaed00)
Release `@rules_java` `v8.7.1`

[`ff22cba`](https://redirect.github.com/bazelbuild/rules_java/commit/ff22cbad9e1ca2a5d35ffa903398176b1baf1c69)
Stop wrapping `JavaInfo` into native instances

[`90aad63`](https://redirect.github.com/bazelbuild/rules_java/commit/90aad63ffca68bf14c825ecdbac9d33e9c75c998)
Make `java_stub_template.txt` visible to Bazel tests

**MODULE.bazel setup**

    bazel_dep(name = "rules_java", version = "8.7.1")

**WORKSPACE setup**

load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl",
"http_archive")
    http_archive(
        name = "rules_java",
        urls = [

"https://github.com/bazelbuild/rules_java/releases/download/8.7.1/rules_java-8.7.1.tar.gz",
        ],
sha256 =
"52e7c1f297bb0c5bcbc79743922682071f6968738e73a2a039b92bad9278a469",
    )

load("@&#8203;rules_java//java:rules_java_deps.bzl",
"rules_java_dependencies")
    rules_java_dependencies()
### note that the following line is what is minimally required from
protobuf for the java rules
### consider using the protobuf_deps() public API from
@&#8203;com_google_protobuf//:protobuf_deps.bzl

load("@&#8203;com_google_protobuf//bazel/private:proto_bazel_features.bzl",
"proto_bazel_features") # buildifier: disable=bzl-visibility
    proto_bazel_features(name = "proto_bazel_features")
    ### register toolchains
load("@&#8203;rules_java//java:repositories.bzl",
"rules_java_toolchains")
    rules_java_toolchains()

**Using the rules**
See [the
source](https://redirect.github.com/bazelbuild/rules_java/tree/8.7.1).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release notes template tag. (#393)

The existing release notes template block can't be pasted into a
MODULE.bazel because it generates an invalid semver. Strip the leading
"v".

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `source.template.json` (#364)

Third time's the charm.

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Publish to BCR setup (#363)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dependency com_google_googletest to v1.15.2 (#362)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com_google_googletest](https://togithub.com/google/googletest) |
http_archive | patch | `v1.15.0` -> `v1.15.2` |

---

### Release Notes

<details>
<summary>google/googletest (com_google_googletest)</summary>

###
[`v1.15.2`](https://togithub.com/google/googletest/releases/tag/v1.15.2)

[Compare
Source](https://togithub.com/google/googletest/compare/v1.15.1...v1.15.2)

### Release Notes

GoogleTest will **not** accept patches of new features to the v1.15.x
branch.\
We recommend building GoogleTest from the latest commit instead.\
Exceptional critical bug fixes may be considered.

#### C++ Language Support

- GoogleTest requires at least C++14 and follows [Google's Foundational
C++ Support
Policy](https://opensource.google/documentation/policies/cplusplus-support).
See [this
table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md)
for a list of currently supported versions compilers, platforms, and
build tools.

#### Notable Changes

- [Bzlmod](https://bazel.build/external/overview#bzlmod) is now
officially supported (previously it was supported by the community).
Note that it may take several days after the release for it to become
available in the [Bazel Central
Registry](https://registry.bazel.build/modules/googletest).
-   Many bug fixes

###
[`v1.15.1`](https://togithub.com/google/googletest/compare/v1.15.0...v1.15.1)

[Compare
Source](https://togithub.com/google/googletest/compare/v1.15.0...v1.15.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

1.0.0

Toggle 1.0.0's commit message
See release notes.

0.10.3

Toggle 0.10.3's commit message
0.10.3

Tested support for LLVM 16 in all features.

0.10.2

Toggle 0.10.2's commit message
0.10.2

Automatically managed version in MODULE.bazel

0.10.1

Toggle 0.10.1's commit message
0.10.1

Minor release with the new release workflow.
0