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

Compile FIPS rust binaries #173

Merged
merged 11 commits into from
Oct 24, 2024
6 changes: 6 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ operating system images.
Contains modified hyper-proxy files [mod.rs, stream.rs, tunnel.rs] from
https://github.com/tafia/hyper-proxy 2021-09-20.
Copyright (c) 2017 Johann Tuffe. Licensed under the MIT License.

=^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^=

Contains aws-smithy-experimental from
https://github.com/smithy-lang/smithy-rs/tree/release-2024-10-09.
Licensed under the Apache-2.0 License.
2 changes: 0 additions & 2 deletions packages/early-boot-config/early-boot-config.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
%global _cross_first_party 1
%undefine _debugsource_packages
%undefine cross_check_fips
%undefine cross_check_fips

Name: %{_cross_os}early-boot-config
Version: 0.1
Expand Down
2 changes: 0 additions & 2 deletions packages/netdog/netdog.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
%global _cross_first_party 1
%undefine _debugsource_packages
%undefine cross_check_fips
%undefine cross_check_fips

Name: %{_cross_os}netdog
Version: 0.1.1
Expand Down
1 change: 1 addition & 0 deletions packages/os/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build = "../build.rs"
[package.metadata.build-package]
source-groups = [
"api",
"aws-smithy-experimental",
"bottlerocket-release",
"metricdog",
"parse-datetime",
Expand Down
Loading