Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Jul 23, 2024
1 parent b253d78 commit 9d4bcc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
git diff
- name: Build diff-test
# workaround for `gcc: error: unrecognized command-line option '-fuse-ld=/nix/store/b7hb6xpazdnidp0s87fain2im6lk4f4r-mold-2.30.0/bin/mold'`
# workaround for `gcc: error: unrecognized command-line option '-fuse-ld=/nix/store/b7hb6xpazdnidp0s87fain2im6lk4f4r-mold-2.30.0/bin/mold'`.
# my best guess is that a nested dependency of `libc` crate requires an antiquated version of gcc
# https://github.com/EspressoSystems/espresso-sequencer/actions/runs/10062088424/job/27813743953
env:
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER: "clang"
Expand Down

0 comments on commit 9d4bcc7

Please sign in to comment.