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

ci: Use very long -frust flag for testing #69

Merged
merged 2 commits into from Feb 8, 2023
Merged

Conversation

CohenArthur
Copy link
Member

Fixes #68

@@ -28,6 +28,8 @@ jobs:
unit-and-integration-tests:
needs: fmt-lint-build
runs-on: ubuntu-latest
env:
GCCRS_EXTRA_FLAGS: "-frust-incomplete-and-experimental-compiler-do-not-use"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it failed because it uses fmt_build_tests.yml from main branch?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mh, that shouldn't be the case. It's also failing locally for me. This might be because the "target option" part of gccrs does not pass the proper env arguments. I'll fix this in this PR.

@CohenArthur CohenArthur merged commit ac17df4 into main Feb 8, 2023
@CohenArthur CohenArthur deleted the fix-ci-long-flag branch February 8, 2023 12:18
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 this pull request may close these issues.

Add -frust-very-long flag to CI
2 participants