Skip to content

Commit

Permalink
test-external: use pin-solc branch temporarily
Browse files Browse the repository at this point in the history
(avoids stack too deep error with solc 0.8.26)

a16z/cicada#8
  • Loading branch information
karmacoma-eth committed May 22, 2024
1 parent 18383a9 commit 97610de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- repo: "a16z/cicada"
dir: "cicada"
cmd: "halmos --contract LibUint1024Test --function testProve --loop 256"
branch: ""
branch: "pin-solc"
- repo: "a16z/cicada"
dir: "cicada"
cmd: "halmos --contract LibPrimeTest --function testProve --loop 256"
branch: ""
branch: "pin-solc"
- repo: "farcasterxyz/contracts"
dir: "farcaster-contracts"
cmd: "halmos"
Expand Down

0 comments on commit 97610de

Please sign in to comment.