Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github actions: Add an offline build for el9
- The job will run in oVirt's build container `quay.io/ovirt/buildcontainer:el9stream` - Due to a change in nodejs packaged with centos-stream-9 with respect to what openssl is linked, and a hashing function used by webpack 4, the project required upgrading webpack to ^5.61.0 to make the build work. This includes the nodejs 16.10.0 version used by default on stream-9. See webpack/webpack#14532 for details. - PR #1564 upgraded the project to webpack 5
- Loading branch information