Skip to content

Commit

Permalink
install golang with via package manager because it's simple
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Dec 2, 2024
1 parent 0d9e994 commit 3bf4580
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions codebuild/cd/manylinux-x64-fips-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ phases:
- git submodule update --init
# double check aws-lc is the FIPS approved branch.
- bash ./codebuild/cd/test-fips-branch.sh
# install recent Golang, following these instructions: https://go.dev/doc/install
- curl -L -o /tmp/go.tar.gz https://go.dev/dl/go1.21.13.linux-amd64.tar.gz
- rm -rf /usr/local/go && tar -C /usr/local -xzf /tmp/go.tar.gz
- export PATH=$PATH:/usr/local/go/bin
# aws-lc FIPS build requires golang for codegen
- yum install -y golang
- mvn -B package -DskipTests -Dcrt.classifier=linux-x86_64-fips -Dcmake.crt_fips=ON

post_build:
Expand Down

0 comments on commit 3bf4580

Please sign in to comment.