-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP: using new JRE capabilities of adoptium aqa-tests #11
base: main
Are you sure you want to change the base?
Conversation
@@ -279,7 +279,7 @@ jobs: | |||
run: echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.zprofile && exec -l $SHELL | |||
|
|||
- name: Verify Bash Version | |||
run: /opt/homebrew/Cellar/bash/bin/bash --version | |||
run: /opt/homebrew/Cellar/bash/5.2.37/bin/bash --version |
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.
what?!!?!? why!?!?!!?
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.
apparently the path to the bash executable changed since the last GH actions run..
DO NOT merge until I create a related PR in the rh-openjdk internal infrastructure, projecting these changes in the aqa runner there |
I really do not like usage of exact version. can you elaborate more pelase?
--
Mgr. Jiri Vanek
***@***.***
---------- Původní e-mail ----------
Od: andrlos ***@***.***>
Komu: rh-openjdk/TestHeadlessComponents ***@***.***
github.com>
Kopie: judovana ***@***.***>, Comment ***@***.***>
Datum: 17. 11. 2024 19:31:35
Předmět: Re: [rh-openjdk/TestHeadlessComponents] WIP: using new JRE
capabilities of adoptium aqa-tests (PR #11)
"
@andrlos commented on this pull request.
----------------------------------------------------------------------------
In .github/workflows/test.yaml
(#11 (comment))
:
@@ -279,7 +279,7 @@ jobs:
run: echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.zprofile && exec -l $SHELL
- name: Verify Bash Version
- run: /opt/homebrew/Cellar/bash/bin/bash --version
+ run: /opt/homebrew/Cellar/bash/5.2.37/bin/bash --version
apparently the path to the bash executable changed since the last GH actions
run..
—
Reply to this email directly, view it on GitHub
(#11 (comment))
, or unsubscribe
(https://github.com/notifications/unsubscribe-auth/AAWFCS74Y6NGKEUX7KLP4432BDOIHAVCNFSM6AAAAABRZZJD36VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDINBRGEZDAMBZGM)
.
You are receiving this because you commented. Message ID: <rh-openjdk/
***@***.***>
"
|
@judovana this is a draft for now.. I want to first test it with our internal system.. copypasting the exact version was easier, as I was not sure whether the path will work as intended and if I am even looking in the right place.. I will get back to it, before merging - pinky promise ;-) |
using built-in adoptium management of JRE/SDK downloading, in test downloading is therefore obsolete