Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fips toolchain #513

Merged
merged 2 commits into from
Aug 13, 2021
Merged

Add fips toolchain #513

merged 2 commits into from
Aug 13, 2021

Conversation

mudlers
Copy link
Contributor

@mudlers mudlers commented Aug 12, 2021

It adds the FIPS golang toolchain, plus moves into a collection the common toolchain code. Only yip and luet are actually required in the minimal cos set, so I've created a meta/cos-minimal-fips counterpart with the fips versions.

mudler added 2 commits August 10, 2021 17:02
Split golang into a collection

Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
@mudlers mudlers requested review from dragonchaser and Itxaka August 12, 2021 13:15
@mudlers mudlers linked an issue Aug 12, 2021 that may be closed by this pull request
@mudlers mudlers mentioned this pull request Aug 12, 2021
curl -s -L https://raw.githubusercontent.com/golang/go/dev.boringcrypto/misc/boring/RELEASES | tail -n1 | cut -d" " -f 1 | sed 's/go//'
package.version: "1.16.6b7"
autobump.checksum_hook: |
curl -s -L https://raw.githubusercontent.com/golang/go/dev.boringcrypto/misc/boring/RELEASES | grep go{{.Values.labels.package.version}} | grep -v src | cut -d" " -f 5
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Locally seemed to work... we shall see :)

Copy link
Contributor

@Itxaka Itxaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

@mudler mudler enabled auto-merge (squash) August 12, 2021 13:55
@mudler mudler disabled auto-merge August 12, 2021 17:41
@mudlers mudlers merged commit 3cc97a5 into rancher:master Aug 13, 2021
@mudlers mudlers deleted the fips_toolchain branch August 13, 2021 06:46
Itxaka pushed a commit to Itxaka/cOS-toolkit that referenced this pull request Aug 20, 2021
* Add golang-fips

Split golang into a collection

Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>

* Move common toolchain packages to a single collection

Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>

Co-authored-by: Ettore Di Giacinto <edigiacinto@suse.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FIPS-enabled golang builds
3 participants