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 GitHub Actions #1281

Merged
merged 7 commits into from
Dec 28, 2024
Merged

Conversation

JulianGro
Copy link
Member

This PR fixes a bunch of deprecation warnings, as well as updating a few things.
It also includes the additional dependencies needed for building the Vulkan version of Interface.

@JulianGro JulianGro added needs CR This pull request needs to be code reviewed server If used for a Pull Request, server packages are going to be built. labels Dec 27, 2024
@JulianGro JulianGro marked this pull request as ready for review December 27, 2024 14:20
elif [ "${{ matrix.os }}" == "fedora-38" ]; then
echo "ARTIFACT_PATTERN=overte-server-$RPMVERSION-1.fc38.$INSTALLER_EXT" >> $GITHUB_ENV
elif [ "${{ matrix.os }}" == "fedora-39" ]; then
echo "ARTIFACT_PATTERN=overte-server-$RPMVERSION-1.fc39.$INSTALLER_EXT" >> $GITHUB_ENV
Copy link
Contributor

Choose a reason for hiding this comment

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

We're up to Fedora 41 already

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I actually tried adding Fedora 41, but our Node version doesn't build on it, seemingly because they don't package distutils anymore.

Copy link
Contributor

Choose a reason for hiding this comment

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

What distutils do you mean?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's a deprecated part of the default Python library. It's supposed to still be part of Python 3.11, but even having only Python 3.11 installed in a Fedora 41 container, the library is still missing.

@JulianGro JulianGro merged commit 1e40a6b into overte-org:master Dec 28, 2024
17 checks passed
@JulianGro JulianGro deleted the gha-update-2712 branch December 28, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs CR This pull request needs to be code reviewed server If used for a Pull Request, server packages are going to be built.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants