Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Zen 4 nightly build from unsupported compiler versions #3797

Closed
ripatel-fd opened this issue Dec 28, 2024 · 0 comments · Fixed by #3814
Closed

Remove Zen 4 nightly build from unsupported compiler versions #3797

ripatel-fd opened this issue Dec 28, 2024 · 0 comments · Fixed by #3814
Assignees

Comments

@ripatel-fd
Copy link
Contributor

The following nightly checks don't work
https://github.com/firedancer-io/firedancer/actions/workflows/builds.yml

  source /opt/gcc/gcc-10.5.0/activate
  ./deps.sh nuke
  FD_AUTO_INSTALL_PACKAGES=1 ./deps.sh +dev fetch check install
  make -j distclean
  MACHINE=linux_gcc_zen4 CC=gcc make -j all asm ppp unit-test fuzz-test fdctl fddev integration-test
  source /opt/gcc/gcc-11.4.0/activate
  ./deps.sh nuke
  FD_AUTO_INSTALL_PACKAGES=1 ./deps.sh +dev fetch check install
  make -j distclean
  MACHINE=linux_gcc_zen4 CC=gcc make -j all asm ppp unit-test fuzz-test fdctl fddev integration-test

Results in cc1: error: bad value (‘znver4’) for ‘-mtune=’ switch because GCC 10 and 11 don't recognize znver4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants