Skip to content

Commit 0ac2dee

Browse files
panvaaduh95
andauthored
fixup! tools: add an OpenSSL FIPS build to test-shared.yml
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 0675dad commit 0ac2dee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/dep_updaters/update-nixpkgs-pin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ nix-instantiate -I "nixpkgs=$NIXPKGS_PIN_FILE" --eval --strict --json -E "
7575
7676
# Keep this aligned with the bundled OpenSSL major/minor.
7777
openssl_3_5_fips = import ./openssl-fips.nix {
78+
inherit pkgs;
7879
openssl = pkgs.openssl_3_5;
7980
};
8081
}"' > "$OPENSSL_MATRIX_FILE"

0 commit comments

Comments
 (0)