RFR: Fix jtreg build with /usr/bin/git available
Dmitry Bessonov
dbessono at openjdk.org
Wed Aug 17 18:38:26 UTC 2022
On Tue, 16 Aug 2022 19:13:04 GMT, Jan Kratochvil <duke at openjdk.org> wrote:
> I have tried to rebase JTREG on top of `jt6.0-b23` or `master` of jtharness but with `/usr/bin/git` available JTREG then does not build:
>
> generate.release.file:
> BUILD FAILED
> .../jtreg/build/deps/jtharness/src/jtharness-jt6.0-b23/build/build.xml:277: exec returned: 128
>
> This reverts a part of commit [8a0bc39980118fc47d9fbe161f1bc1fa75aa854b](https://github.com/openjdk/jtharness/commit/8a0bc39980118fc47d9fbe161f1bc1fa75aa854b) by @dbessono where this change is not described and it may have been unintentional.
> Unforunately I am not yet Author so I do not yet have a JBS account so I cannot file it to JBS (Java Bug System).
OK, I see, thanks for the details we need to check that `.git` directory is present locally. Could you please check your workflow with JTReg using the latest state of JTHarness repository that includes the fix for https://bugs.openjdk.org/browse/CODETOOLS-7903255
Once the state of `master` branch is verified we would release b24
-------------
PR: https://git.openjdk.org/jtharness/pull/34
More information about the jtharness-dev
mailing list