Skip to content

Commit

Permalink
Add build configuration for Linux amd64 FIPS release.
Browse files Browse the repository at this point in the history
Change-Id: I1def0ebf7ad4dba77662d76e08d92424f79b165f
  • Loading branch information
bdhess committed Mar 16, 2022
1 parent d1e253a commit 59c154e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .kokoro/linux_amd64_fips_release.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Format: //devtools/kokoro/config/proto/build.proto

build_file: "oss-tools/.kokoro/linux_build.sh"
gfile_resources: "/bigstore/oss-tools-build-resources/clang+llvm-10.0.1-x86_64-linux-gnu-ubuntu-16.04.tar.xz"

env_vars {
key: "BUILD_SIGNING_KEY"
value: "projects/oss-tools-build/locations/us/keyRings/kms-integrations-release-signing/cryptoKeys/signing-key-20210901/cryptoKeyVersions/1"
}
env_vars {
key: "BAZEL_EXTRA_ARGS"
value: "--config fips"
}

0 comments on commit 59c154e

Please sign in to comment.