Skip to content

Commit

Permalink
restore compile-builder pre-submit (#1272)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <ianlewis@google.com>

Signed-off-by: Ian Lewis <ianlewis@google.com>
Co-authored-by: asraa <asraa@google.com>
  • Loading branch information
ianlewis and asraa committed Nov 28, 2022
1 parent cfa53e7 commit c2b9104
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/pre-submit.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,13 @@ jobs:
generate-builder-generic-no-compile:
runs-on: ubuntu-latest
steps:
# TODO(github.com/slsa-framework/slsa-github-generator/issues/1163): temporarily disabled
# - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
# - uses: ./.github/actions/generate-builder
# with:
# repository: "slsa-framework/slsa-github-generator"
# ref: "refs/tags/v1.2.1"
# compile-builder: false
# go-version: 1.18
# binary: "slsa-generator-generic-linux-amd64"
# directory: "internal/builders/generic"
- run: 'echo "Temporarily disabled. See: https://github.com/slsa-framework/slsa-github-generator/issues/1163" '
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: ./.github/actions/generate-builder
with:
repository: "slsa-framework/slsa-github-generator"
ref: "refs/tags/v1.2.2"
go-version: 1.18
binary: "slsa-generator-generic-linux-amd64"
directory: "internal/builders/generic"
# NOTE: compile-builder explicitly set to false.
compile-builder: false

0 comments on commit c2b9104

Please sign in to comment.