Skip to content

Commit

Permalink
ci: Set RUST_MIN_STACK to allow triton-vm compilation with rustc 1.80.x
Browse files Browse the repository at this point in the history
Cf. fd0a7754ca05aa947dbb21904df273427a68fefa
and
TritonVM/tasm-lib#117

Please remove when rustc 1.81.0 is on stable, as the problem should be
fixed there.
  • Loading branch information
Sword-Smith committed Aug 24, 2024
1 parent 81d54db commit 88f5486
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# workaround for rustc 1.80 running out of stack space when building triton-vm
[env]
RUST_MIN_STACK = "33554432"

0 comments on commit 88f5486

Please sign in to comment.