-
Notifications
You must be signed in to change notification settings - Fork 80
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: uber/hermetic_cc_toolchain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: uber/hermetic_cc_toolchain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 36 files changed
- 5 contributors
Commits on May 30, 2023
-
Merge pull request #85 from uber/release-v2.0.0
Releasing hermetic_cc_toolchain v2.0.0
Configuration menu - View commit details
-
Copy full SHA for ced2b9d - Browse repository at this point
Copy the full SHA ced2b9dView commit details
Commits on May 31, 2023
-
Output of `zig build-exe` depends on the CPU, making it non-reproducible. With `-mcpu` it's fine. Similar to #22
Configuration menu - View commit details
-
Copy full SHA for 49b40c9 - Browse repository at this point
Copy the full SHA 49b40c9View commit details
Commits on Jun 5, 2023
-
tools/releaser: remove unnecessary paths
The current release contains 3 redundant directories: $ tar -tf hermetic_cc_toolchain-v2.0.0.tar.gz | grep tools tools/ tools/releaser/ tools/releaser/data/ This change gets rid of them: $ tar -tvf hermetic_cc_toolchain-v99.0.0.tar.gz -rw-rw-r-- 0/0 1120 2000-01-01 02:00 LICENSE -rw-rw-r-- 0/0 561 2000-01-01 02:00 MODULE.bazel drwxrwxr-x 0/0 0 2000-01-01 02:00 toolchain/ -rw-rw-r-- 0/0 0 2000-01-01 02:00 toolchain/BUILD -rw-rw-r-- 0/0 407 2000-01-01 02:00 toolchain/BUILD.sdk.bazel -rw-rw-r-- 0/0 11180 2000-01-01 02:00 toolchain/defs.bzl drwxrwxr-x 0/0 0 2000-01-01 02:00 toolchain/libc/ -rw-rw-r-- 0/0 405 2000-01-01 02:00 toolchain/libc/BUILD -rw-rw-r-- 0/0 300 2000-01-01 02:00 toolchain/libc/defs.bzl drwxrwxr-x 0/0 0 2000-01-01 02:00 toolchain/libc_aware/ drwxrwxr-x 0/0 0 2000-01-01 02:00 toolchain/libc_aware/platform/ -rw-rw-r-- 0/0 261 2000-01-01 02:00 toolchain/libc_aware/platform/BUILD drwxrwxr-x 0/0 0 2000-01-01 02:00 toolchain/libc_aware/toolchain/ -rw-rw-r-- 0/0 264 2000-01-01 02:00 toolchain/libc_aware/toolchain/BUILD drwxrwxr-x 0/0 0 2000-01-01 02:00 toolchain/platform/ -rw-rw-r-- 0/0 164 2000-01-01 02:00 toolchain/platform/BUILD -rw-rw-r-- 0/0 1493 2000-01-01 02:00 toolchain/platform/defs.bzl drwxrwxr-x 0/0 0 2000-01-01 02:00 toolchain/private/ -rw-rw-r-- 0/0 0 2000-01-01 02:00 toolchain/private/BUILD -rw-rw-r-- 0/0 2935 2000-01-01 02:00 toolchain/private/cc_toolchains.bzl -rw-rw-r-- 0/0 7599 2000-01-01 02:00 toolchain/private/defs.bzl drwxrwxr-x 0/0 0 2000-01-01 02:00 toolchain/toolchain/ -rw-rw-r-- 0/0 167 2000-01-01 02:00 toolchain/toolchain/BUILD -rw-rw-r-- 0/0 2049 2000-01-01 02:00 toolchain/toolchain/defs.bzl -rw-rw-r-- 0/0 14372 2000-01-01 02:00 toolchain/zig-wrapper.zig -rw-rw-r-- 0/0 6010 2000-01-01 02:00 toolchain/zig_toolchain.bzl -rw-rw-r-- 0/0 358 2000-01-01 02:00 README -rw-rw-r-- 0/0 42 2000-01-01 02:00 WORKSPACEConfiguration menu - View commit details
-
Copy full SHA for bef4795 - Browse repository at this point
Copy the full SHA bef4795View commit details -
When a sanitizer (say, UBSAN via `-fsanitize=undefined`) is turned on, `zig cc` will include absolute paths to some header files, making the artifacts non-reproducible. This commit strips dirnames from such header files. Signed-off-by: Motiejus Jakštys <motiejus@uber.com>
Configuration menu - View commit details
-
Copy full SHA for a9d87b2 - Browse repository at this point
Copy the full SHA a9d87b2View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13c904d - Browse repository at this point
Copy the full SHA 13c904dView commit details
Commits on Jun 28, 2023
-
tests: remove almost all mentions of glibc 2.19
2.19 is no longer relevant, as Jessie is a long-time EOL. This will reduce test duration as a side-effect.
Configuration menu - View commit details
-
Copy full SHA for 5098046 - Browse repository at this point
Copy the full SHA 5098046View commit details
Commits on Jul 29, 2023
-
bazel.slack.com -> bazelbuild.slack.com And I wondered why on earth I could log in from one, but not the other machine. Signed-off-by: Motiejus Jakštys <motiejus@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 3420635 - Browse repository at this point
Copy the full SHA 3420635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e36ef2 - Browse repository at this point
Copy the full SHA 8e36ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a93c84f - Browse repository at this point
Copy the full SHA a93c84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4443527 - Browse repository at this point
Copy the full SHA 4443527View commit details -
The "apt-get install" step in "Test zig utilities" was failing, which caused the later test to fail. Turns out buildkite does not add `set -e` on shell scripts, so we gotta do it. Co-authored-by: zplin <zplin@uber.com>
Configuration menu - View commit details
-
Copy full SHA for b157779 - Browse repository at this point
Copy the full SHA b157779View commit details -
Upgrade Bazel, rules_go and Gazelle (#108)
Upgrade Bazel, rules_go and Gazelle to their latest version, and also add `--experimental_output_directory_naming_scheme=diff_against_baseline` according to the recommendation of [rules_go](https://github.com/bazelbuild/rules_go/releases/tag/v0.38.0), which cut down the CI time by half
Configuration menu - View commit details
-
Copy full SHA for 588ba4c - Browse repository at this point
Copy the full SHA 588ba4cView commit details
Commits on Jul 31, 2023
-
Releaser currently does not update MODULE.bazel, thus making the version specified there out of date. Now releaser updates MODULE.bazel too. The CI scripts will be updated as a follow-up. Fixes #97 --------- Signed-off-by: Zhongpeng Lin <zplin@uber.com> Co-authored-by: Zhongpeng Lin <zplin@uber.com> Co-authored-by: Sung Yoon Whang <sungyoonwhang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ca8b93a - Browse repository at this point
Copy the full SHA ca8b93aView commit details
Commits on Aug 22, 2023
-
enabling auto-publishing to BCR (#109)
This adds the template files so that the Publish to BCR app can publish new releases of this repo to Bazel Central Repository as Bazel modules.
Configuration menu - View commit details
-
Copy full SHA for 9a7a9e0 - Browse repository at this point
Copy the full SHA 9a7a9e0View commit details
Commits on Sep 2, 2023
-
Zig 0.11.0 is released. Upgrading to the released version exposed some wrong assumptions about URL format. So this PR also fixed those assumptions by using `URL_FORMAT_RELEASE` for released version and determining the mirror URL format from the original one.
Configuration menu - View commit details
-
Copy full SHA for 0af7160 - Browse repository at this point
Copy the full SHA 0af7160View commit details -
Configuration menu - View commit details
-
Copy full SHA for a259b4a - Browse repository at this point
Copy the full SHA a259b4aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.0...v2.1.0