Name Date Size #Lines LOC

..--

BUILD.bazelH A D25-Apr-2025260 129

README.rstH A D25-Apr-2025497 1410

buildid_test.goH A D25-Apr-20252.2 KiB9463

reproduce_test.shH A D25-Apr-2025403 2416

stdlib_files.bzlH A D25-Apr-20251.6 KiB5044

README.rst

1stdlib functionality
2====================
3
4buildid_test
5------------
6
7Checks that the ``stdlib`` rule builds archives without Go build ids.
8
9Go build ids are used for caching within ``go build``; they are not needed by
10Bazel, which has its own caching mechanism. The build id is influenced by
11all inputs to the build, including cgo environment variables. Since these
12variables may include sandbox paths, they can make the build id
13non-reproducible, even though they don't affect the final binary.
14