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 CI #8

Merged
merged 10 commits into from
May 7, 2023
Merged

Update CI #8

merged 10 commits into from
May 7, 2023

Conversation

hdholm
Copy link
Owner

@hdholm hdholm commented May 7, 2023

This updates github actions to:

  • Include current OS versions
  • Update actions/checkout to version 3 in advance of the imminent NodeJS deprecation
  • Add dependency installation for CentOS Stream versions

In my initial pass, there were failures for Ubuntu:bionic and, for clang on CentOS 7 and CentOS Stream 9. Rather than spend a lot of time trying to resolve the failures I simply removed the clang attempts for CentOS7 and Stream 9. It's probably some dependency issue if someone wants to chase it. I simply removed Ubuntu:bionic since it's EOL at the end of the month anyway.

@hdholm hdholm merged commit 4b46381 into UpdateCI May 7, 2023
@hdholm hdholm deleted the CIupdates branch May 7, 2023 19:52
hdholm added a commit that referenced this pull request May 20, 2023
* Update CI (#8)

* Update build.yml

Update OS and actions/checkout versions

* Update install-dependencies

Add CentOS Stream dependencies

* Update install-dependencies

* Update install-dependencies

* Update install-dependencies

* Update install-dependencies

* Update install-dependencies

* Update install-dependencies

* Update build.yml

* Update build.yml

* Update actions.checkout to v3

Missed that there was a separate invocation for the osx builds.

* Remove extraneous spaces

* Clean up this messed up pull.  CentOS Stream 9 seems to work with clang and since changes would be needed to deal with clang in SCL for CentOS 7 it's pretty clear that never worked although the gcc build seems fine.
hdholm added a commit that referenced this pull request May 29, 2023
* Update CI (#8)

* Update build.yml

Update OS and actions/checkout versions

* Update install-dependencies

Add CentOS Stream dependencies

* Update install-dependencies

* Update install-dependencies

* Update install-dependencies

* Update install-dependencies

* Update install-dependencies

* Update install-dependencies

* Update build.yml

* Update build.yml

* Update actions.checkout to v3

Missed that there was a separate invocation for the osx builds.

* Remove extraneous spaces

* Clean up this messed up pull.  CentOS Stream 9 seems to work with clang and since changes would be needed to deal with clang in SCL for CentOS 7 it's pretty clear that never worked although the gcc build seems fine.
hdholm added a commit that referenced this pull request Jan 23, 2024
* Clean up this messed up pull.  CentOS Stream 9 seems to work with clang and since changes would be needed to deal with clang in SCL for CentOS 7 it's pretty clear that never worked although the gcc build seems fine.

* Add optional dependencies to ensure everything possible builds. And add "setup" to avoid meson warning.
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.

1 participant