-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update GitHub Actions #1281
Conversation
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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.