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

Update actions/checkout in GitHub Actions to v4 #4

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

striezel
Copy link
Contributor

This updates actions/checkout in the GitHub Actions workflows to v4, it's current version.

Changelog:

v4.1.0

  • Add support for partial checkout filters

v4.0.0

  • Support fetching without the --progress option
  • Update to node20

@striezel
Copy link
Contributor Author

Not sure why the GCC 10 and 11 builds fail, but the error message is:

 /home/runner/work/atomic-lite/atomic-lite/test/atomic.t.cpp: In function ‘void f(int)’:
/home/runner/work/atomic-lite/atomic-lite/test/atomic.t.cpp:58:5: error: ‘_mm_pause’ was not declared in this scope
   58 |     _mm_pause();
      |     ^~~~~~~~~

They also failed in the previous builds in December 2022, but I can't say whether it was for the same reason, because the logs for thos older build jobs have expired. :|

@striezel
Copy link
Contributor Author

@martinmoene: Tests are passing now. It looks like #include <immintrin.h> is required to use the _mm_pause() function. I've just added that. (I got the hint from this page of the GCC online documentation which mentions it in the code example.)

@martinmoene martinmoene merged commit 3de64f4 into martinmoene:master Jan 22, 2024
7 checks passed
@striezel striezel deleted the actions-checkout-v4 branch January 23, 2024 02:21
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.

2 participants