-
Notifications
You must be signed in to change notification settings - Fork 18
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
[c9s] Build failure #23
Comments
Maybe switching from
From: yarn install --offline --pure-lockfile
yarn check To: yarn install --offline --pure-lockfile --check-files I've tried to do it locally and the error disappeared. |
Thanks @fitiskin , giving it a try |
@sandrobonazzola, in Unfortunately, our ovirt web projects will not currently build on C9S because they are on webpack 4. Webpack 4 uses a crypto hash function that comes from openssl 1.x. On stream 9 only openssl 3.x is provided. See oVirt/ovirt-web-ui#1568 and oVirt/ovirt-web-ui#1563 for more details. The fix is to upgrade to webpack 5. Last we looked, patternfly-react v3 was not compatible with webpack 5. I don't think cockpit-ovirt is using patterfly-react anywhere, so that is one less thing to worry about. |
* setup-env: update yarn command line using `yarn install --offline --pure-lockfile --check-files` instead of ``` yarn install --offline --pure-lockfile yarn check ``` as suggested by @fitiskin in oVirt/cockpit-ovirt#23 for solving build issues on CentOS Stream 9. Signed-off-by: Sandro Bonazzola <[email protected]> * Update setup-env.sh.in Co-authored-by: Scott Dickerson <[email protected]> Co-authored-by: Scott Dickerson <[email protected]>
On CentOS Stream 9 the build uses:
Build fails with:
The text was updated successfully, but these errors were encountered: