We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
cc1: error: bad value (‘znver4’) for ‘-mtune=’ switch
znver4
The text was updated successfully, but these errors were encountered:
anwayde
Successfully merging a pull request may close this issue.
The following nightly checks don't work
https://github.com/firedancer-io/firedancer/actions/workflows/builds.yml
Results in
cc1: error: bad value (‘znver4’) for ‘-mtune=’ switch
because GCC 10 and 11 don't recognizeznver4
.The text was updated successfully, but these errors were encountered: