Skip to content

Commit

Permalink
Build a linux devkit
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Mar 18, 2024
1 parent fda7ddc commit 5bb1015
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pipelines/build/devkit/Tools.gmk.patch
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ index 187320ca2..1c009f945 100644
# Define external dependencies

+# Centos GPG KEYS
+Centos_7_GPG_KEY_aarch64 := EF8F3CA66EFDF32B36CDADF76C7CB6EF305D49D6
+Centos_7_GPG_KEY_x86_64 := 6341AB2753D78A78A7C27BB124C6A8A7F4A80EB5
+Centos_7_GPG_KEY_ppc64le := BAFA3436FC50768E3C3C2E4EA963BBDBF533F4FA
+Centos_7_GPG_KEY_aarch64 := EF8F3CA66EFDF32B36CDADF76C7CB6EF305D49D6 #gitleaks:allow
+Centos_7_GPG_KEY_x86_64 := 6341AB2753D78A78A7C27BB124C6A8A7F4A80EB5 #gitleaks:allow
+Centos_7_GPG_KEY_ppc64le := BAFA3436FC50768E3C3C2E4EA963BBDBF533F4FA #gitleaks:allow
+
+# PGP Signature file extensions
+GCC_SIG := sig
Expand All @@ -47,19 +47,19 @@ index 187320ca2..1c009f945 100644
GCC_VER := 11.3.0
ifeq ($(GCC_VER), 11.3.0)
gcc_ver := gcc-11.3.0
+ GCC_GPG_KEY := 7F74F97C103468EE5D750B583AB00996FC26A641
+ GCC_GPG_KEY := 7F74F97C103468EE5D750B583AB00996FC26A641 #gitleaks:allow
binutils_ver := binutils-2.39
+ BINUTILS_GPG_KEY := 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
+ BINUTILS_GPG_KEY := 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F #gitleaks:allow
ccache_ver := ccache-3.7.12
+ CCACHE_GPG_KEY := 5A939A71A46792CF57866A51996DDA075594ADB8
+ CCACHE_GPG_KEY := 5A939A71A46792CF57866A51996DDA075594ADB8 #gitleaks:allow
mpfr_ver := mpfr-4.1.1
+ MPFR_SHA256 := 85fdf11614cc08e3545386d6b9c8c9035e3db1e506211a45f4e108117fe3c951
+ MPFR_SHA256 := 85fdf11614cc08e3545386d6b9c8c9035e3db1e506211a45f4e108117fe3c951 #gitleaks:allow
gmp_ver := gmp-6.2.1
+ GMP_GPG_KEY := 343C2FF0FBEE5EC2EDBEF399F3599FF828C67298
+ GMP_GPG_KEY := 343C2FF0FBEE5EC2EDBEF399F3599FF828C67298 #gitleaks:allow
mpc_ver := mpc-1.2.1
+ MPC_GPG_KEY := AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3
+ MPC_GPG_KEY := AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3 #gitleaks:allow
gdb_ver := gdb-11.2
+ GDB_GPG_KEY := F40ADB902B24264AA42E50BF92EDB04BFF325CF3
+ GDB_GPG_KEY := F40ADB902B24264AA42E50BF92EDB04BFF325CF3 #gitleaks:allow
REQUIRED_MIN_MAKE_MAJOR_VERSION := 4
else ifeq ($(GCC_VER), 11.2.0)
gcc_ver := gcc-11.2.0
Expand Down
1 change: 1 addition & 0 deletions pipelines/build/devkit/build_devkit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ limitations under the License.
*/

// The devkit release tag this build will get published under
// groovylint-disable-next-line
def adoptium_devkit_release_tag

def build_devkit() {
Expand Down

0 comments on commit 5bb1015

Please sign in to comment.