Skip to content
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

Export LIB_DIR #481

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Export LIB_DIR #481

merged 1 commit into from
Dec 13, 2023

Conversation

sophia-guo
Copy link
Contributor

@sophia-guo sophia-guo commented Dec 12, 2023

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@sophia-guo sophia-guo marked this pull request as draft December 12, 2023 21:23
@sophia-guo
Copy link
Contributor Author

I think this should work in the github runner environment, but hard to test unless it's merged.

@sophia-guo sophia-guo self-assigned this Dec 13, 2023
@sophia-guo sophia-guo marked this pull request as ready for review December 13, 2023 04:06
@@ -41,8 +41,7 @@ endif
ifeq ($(CYGWIN),1)
LIB_DIR:=$(shell cygpath -w $(LIB_DIR))
endif
LIB_DIR:=$(subst \,/,$(LIB_DIR))

export LIB_DIR:=$(subst \,/,$(LIB_DIR))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not recommended to change values and export in one cmd. Please separate the code into two lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just trying to keep the same style

TKG/makefile

Line 22 in 4c1094f

export TEST_JDK_HOME:=$(subst \,/,$(TEST_JDK_HOME))

@llxia
Copy link
Contributor

llxia commented Dec 13, 2023

Could you test this change locally and provide console output? Thanks

@sophia-guo
Copy link
Contributor Author

@LongyuZhang mentioned adoptium/aqa-tests#4914 is also the cause of external tests ( using docker image) failures hyc-runtimes-grinder 36901, this PR combined the former one fix the issue grinder hyc-runtimes-grinder 36903. The external functional tests is the environments similar to locals without jenkins environment set up.

@LongyuZhang
Copy link
Contributor

More details about the above mentioned external tests, inside docker, we run functional tests similar to local test, hyc-grinder 36901 failed since no lib_dir, while hyc-grinder 36903 passed with this PR.

@sophia-guo
Copy link
Contributor Author

@llxia llxia merged commit 479d5b9 into adoptium:master Dec 13, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

TKG build failure on temurin-build Github actions checks
4 participants