Skip to content

Commit 1be3fe7

Browse files
tomip01Copilotilitteri
authored
chore(l2): add help for tdx failure jobs (#5367)
**Motivation** We want to show a quick fix for building the tdx prover --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Ivan Litteri <[email protected]>
1 parent da11206 commit 1be3fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-main_l2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ jobs:
486486
sudo sysctl kernel.unprivileged_userns_apparmor_policy=0
487487
sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
488488
cd crates/l2/tee/quote-gen
489-
make image.raw
489+
make image.raw || { echo "if fails run in the root of the project: make update-cargo-lock"; exit 1; }
490490
491491
- name: Start L1 & Deploy contracts
492492
run: |

.github/workflows/pr-main_l2_tdx_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
sudo sysctl kernel.unprivileged_userns_apparmor_policy=0
3030
sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
3131
cd crates/l2/tee/quote-gen
32-
make image.raw
32+
make image.raw || { echo "if fails run in the root of the project: make update-cargo-lock"; exit 1; }

0 commit comments

Comments
 (0)