From 019675e0dcde4a4e2ef501570d395bd58757cbc9 Mon Sep 17 00:00:00 2001 From: Craig Condit Date: Tue, 5 Mar 2024 15:25:09 -0600 Subject: [PATCH] [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: