Skip to content

Commit

Permalink
enable hermetic builds
Browse files Browse the repository at this point in the history
additionally adding prefetch-input but commenting it out due to pre-fetch dependencies go 1.21 dependency
  • Loading branch information
Gregory-Pereira committed Nov 22, 2023
1 parent e0813f4 commit f52a2e7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/backfill-redis-1-0-gamma-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ spec:
value: .
- name: revision
value: '{{revision}}'
- name: hermetic
value: "true"
- name: prefetch-input
value: '{"path": ".","type": "gomod"}'
pipelineSpec:
finally:
- name: show-sbom
Expand Down
4 changes: 4 additions & 0 deletions .tekton/backfill-redis-1-0-gamma-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ spec:
value: .
- name: revision
value: '{{revision}}'
- name: hermetic
value: "true"
- name: prefetch-input
value: '{"path": ".","type": "gomod"}'
pipelineSpec:
finally:
- name: show-sbom
Expand Down
4 changes: 4 additions & 0 deletions .tekton/rekor-server-1-0-gamma-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ spec:
value: .
- name: revision
value: '{{revision}}'
- name: hermetic
value: "true"
- name: prefetch-input
value: '{"path": ".","type": "gomod"}'
pipelineSpec:
finally:
- name: show-sbom
Expand Down
4 changes: 4 additions & 0 deletions .tekton/rekor-server-1-0-gamma-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ spec:
value: .
- name: revision
value: '{{revision}}'
- name: hermetic
value: "true"
- name: prefetch-input
value: '{"path": ".","type": "gomod"}'
pipelineSpec:
finally:
- name: show-sbom
Expand Down

0 comments on commit f52a2e7

Please sign in to comment.