-
Notifications
You must be signed in to change notification settings - Fork 386
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
Functional test feature_fedpeg.py failing #998
Comments
We've seen similar issues on MacOS e.g. #782 |
yes, using additional flags resolves the issue. |
This was referenced May 18, 2021
stevenroose
added a commit
that referenced
this issue
Jun 2, 2021
…builds 43657b5 Adds an -fno-stack-check compile time flag to OSX local builds (Mike Slominsk) Pull request description: As a workaround for several elements issues on OSX 10.15 and later, this PR adds the `-fno-stack-check` flag to local (non-cross compile) OSX builds. Background: There seems to be a general issue with OSX (version >= 10.15) builds and clang's default use of `-fstack-check` which seems to be buggy enough to cause issues with multiple projects. closes #987 #998 Also related to #782 Top commit has no ACKs. Tree-SHA512: b8ecf10771da235878d10a59cddf22be9e587c2c6b278a62ea777d547b1a37abfbec4945842df2b581407e81dafcfc3df1d86e27f861a03322cb188917a5e940
Closing as this should be fixed by #1001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After building project(master branch) i am trying to run functional test feature_fedpeg.py, but I am getting bellow error:
I am using macOS Catalina, 10.15.7.
The text was updated successfully, but these errors were encountered: