This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git
The following commit(s) were added to refs/heads/master by this push:
new c6a94c8 [YUNIKORN-2468] Remove languate around reproducible builds
from README (#174)
c6a94c8 is described below
commit c6a94c8fe4253efc123350c9c69d932ecbbeaf5c
Author: Craig Condit <[email protected]>
AuthorDate: Tue Mar 5 15:25:09 2024 -0600
[YUNIKORN-2468] Remove languate around reproducible builds from README
(#174)
Closes: #174
---
release-top-level-artifacts/README.md | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/release-top-level-artifacts/README.md
b/release-top-level-artifacts/README.md
index dfbc145..b957729 100644
--- a/release-top-level-artifacts/README.md
+++ b/release-top-level-artifacts/README.md
@@ -108,23 +108,6 @@ located in the [User
Guide](https://yunikorn.apache.org/docs/).
The convenience build images are multi-architecture images. Supported
architectures are `amd64` and `arm64`.
-## Reproducible builds
-Building YuniKorn from source generates reproducible build artifacts which
-depend only on the version of YuniKorn built and the go compiler version used.
-
-This release was compiled by the official release manager using Go version
`@GO_VERSION@`
-and generated binary artifacts with the following SHA-512 checksums:
-
-### linux/amd64
-```
-@AMD64_BINARIES@
-```
-
-### linux/arm64
-```
-@ARM64_BINARIES@
-```
-
## Testing the build
Running the unit tests is supported via the make command.
It will run the tests for all parts of YuniKorn in order:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]