Skip to content

Commit 77a6966

Browse files
committed
8320053: GHA: Cross-compile gtest code
Reviewed-by: ihse, stuefe
1 parent 4f4d00f commit 77a6966

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-cross-compile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ jobs:
100100
with:
101101
platform: linux-x64
102102

103+
- name: 'Get GTest'
104+
id: gtest
105+
uses: ./.github/actions/get-gtest
106+
103107
# Upgrading apt to solve libc6 installation bugs, see JDK-8260460.
104108
- name: 'Install toolchain and dependencies'
105109
run: |
@@ -155,6 +159,7 @@ jobs:
155159
--with-conf-name=linux-${{ matrix.target-cpu }}
156160
--with-version-opt=${GITHUB_ACTOR}-${GITHUB_SHA}
157161
--with-boot-jdk=${{ steps.bootjdk.outputs.path }}
162+
--with-gtest=${{ steps.gtest.outputs.path }}
158163
--with-zlib=system
159164
--enable-debug
160165
--disable-precompiled-headers

0 commit comments

Comments
 (0)