Conversation
FIPS doesn't build with GCC >= 14, which means that the build is broken on any recent Fedora release (which only has GCC 14 and 15). Signed-off-by: Ben Pfaff <blp@feldera.com>
gz
approved these changes
Jan 22, 2026
12 tasks
gz
added a commit
that referenced
this pull request
Aug 7, 2026
Go is a build dependency of aws-lc-fips-sys, which only enters the dependency graph behind the fips cargo feature. The runtime image compiles pipelines, and the generated pipeline workspace never enables that feature, so nothing the image builds has needed Go since #5488 made FIPS opt-in. The toolchain has been carried since then at 258 MB, and its Ubuntu package ships CVEs that fail the image scan, which is why it came from an upstream tarball and was bumped three times. Verified by building the image and compiling a pipeline dependency inside it with no go on PATH. Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
nmarasoiu
pushed a commit
to nmarasoiu/feldera
that referenced
this pull request
Aug 12, 2026
Go is a build dependency of aws-lc-fips-sys, which only enters the dependency graph behind the fips cargo feature. The runtime image compiles pipelines, and the generated pipeline workspace never enables that feature, so nothing the image builds has needed Go since feldera#5488 made FIPS opt-in. The toolchain has been carried since then at 258 MB, and its Ubuntu package ships CVEs that fail the image scan, which is why it came from an upstream tarball and was bumped three times. Verified by building the image and compiling a pipeline dependency inside it with no go on PATH. Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FIPS doesn't build with GCC >= 14, which means that the build is broken on any recent Fedora release (which only has GCC 14 and 15).