Skip to content

Update CI #3835

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update CI #3835

wants to merge 1 commit into from

Conversation

powerboat9
Copy link
Collaborator

I figure it makes sense to update from ubuntu-22.04 to ubuntu-24.04, and ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION should be obsolete.

@powerboat9
Copy link
Collaborator Author

This should also update us from GCC 11 (!) to GCC 13

This updates us from ubuntu-22.04 to ubuntu-24.04, removes some dead
code, and ensures we compile without network access in more places.

Note that the binary we're using for GCC 5.4 appears to require
ubuntu-22.04 and that this leaves updating the bootstrap CI for another
time.

ChangeLog:

	* .github/log_expected_warnings: Adjust expected warnings.
	* .github/workflows/ccpp32alpine.yml: Update from ubuntu-22.04
	to ubuntu-24.04, remove ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION,
	and use case-insensitive grep to filter warnings.
	* .github/workflows/ccpp.yml: Likewise, compile without network
	access in more places, and remove commented-out warnings check
	in asan builder.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
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