8320053: GHA: Cross-compile gtest code
Reviewed-by: ihse, stuefe
This commit is contained in:
parent
4f4d00fa75
commit
77a6966114
5
.github/workflows/build-cross-compile.yml
vendored
5
.github/workflows/build-cross-compile.yml
vendored
@ -100,6 +100,10 @@ jobs:
|
||||
with:
|
||||
platform: linux-x64
|
||||
|
||||
- name: 'Get GTest'
|
||||
id: gtest
|
||||
uses: ./.github/actions/get-gtest
|
||||
|
||||
# Upgrading apt to solve libc6 installation bugs, see JDK-8260460.
|
||||
- name: 'Install toolchain and dependencies'
|
||||
run: |
|
||||
@ -155,6 +159,7 @@ jobs:
|
||||
--with-conf-name=linux-${{ matrix.target-cpu }}
|
||||
--with-version-opt=${GITHUB_ACTOR}-${GITHUB_SHA}
|
||||
--with-boot-jdk=${{ steps.bootjdk.outputs.path }}
|
||||
--with-gtest=${{ steps.gtest.outputs.path }}
|
||||
--with-zlib=system
|
||||
--enable-debug
|
||||
--disable-precompiled-headers
|
||||
|
Loading…
Reference in New Issue
Block a user