-
-
Notifications
You must be signed in to change notification settings - Fork 314
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 SmokeTests LIB_DIR path #5173
Conversation
LongyuZhang
commented
Mar 22, 2024
- SmokeTests have different LIB_DIR path than normal tests
- Related Issue: SmokeTests compilation failed and block other tests eclipse-openj9/openj9#19122
- SmokeTests have different LIB_DIR path than normal tests Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>
The smoke test builds and regular test builds have different path (below). This caused a wrong LIB_DIR in the smoke tests. For example, the smoke test builds have folder
This PR addresses the LIB_DIR issue for smoke test builds, enabling us to utilize pre-staged libraries. However, it would be preferable to have consistent folder structures across all test builds. |
Test Links:
|
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.
Thanks @LongyuZhang
- SmokeTests have different LIB_DIR path than normal tests Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>