-
Notifications
You must be signed in to change notification settings - Fork 3
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
mixing of i686 and i386 archs #8
Comments
the i686 and i386 should be synonyms from view of JSF. |
maybe on el8 and up and fedoras on jdk11 and up, we can igore that some 32b java does exists at all... |
ok, will be done :-) |
this affects particularly these tests: |
It seems that a common practice in rpms is to mix i386 things into i686 rpms. This messes up with our tests, as the tests expect i686 folder but for example in java-1.8.0-openjdk-devel-1.8.0.292.b10-3.fc33.i686.rpm there is /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.292.b10-3.fc33.i386/bin/ bin folder..
this results in rather large amount of tests failing as those are unable to locate relevant binaries in expected folders.. question is whether its something that should be fixed in the rpms or should be expected in the test.
The text was updated successfully, but these errors were encountered: