Skip to content

Commit

Permalink
Fix stage0_bin failing in GH Action SLSA generator
Browse files Browse the repository at this point in the history
Change-Id: I0db40f70db1117188246f9f3fc1210b79f2aa68b
  • Loading branch information
jul-sh committed Apr 23, 2024
1 parent 72b0969 commit 9384c0a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion buildconfigs_full_provenance/stage0_bin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# TODO: b/333745447 - Merge this dir with ./buildconfigs, replacing the provenance's counterparts there.
# This is the static build configuration that we use `slsa-github-generator` to
# create a provenance that lists the predicted attestation measurements as subjects.
command = ["just", "stage0_provenance_subjects"]
command = [
"nix",
"develop",
".#rust",
"--command",
"just",
"stage0_provenance_subjects",
]
artifact_path = "./stage0_bin/bin/subjects/*"

0 comments on commit 9384c0a

Please sign in to comment.