We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4d00f commit 77a6966Copy full SHA for 77a6966
.github/workflows/build-cross-compile.yml
@@ -100,6 +100,10 @@ jobs:
100
with:
101
platform: linux-x64
102
103
+ - name: 'Get GTest'
104
+ id: gtest
105
+ uses: ./.github/actions/get-gtest
106
+
107
# Upgrading apt to solve libc6 installation bugs, see JDK-8260460.
108
- name: 'Install toolchain and dependencies'
109
run: |
@@ -155,6 +159,7 @@ jobs:
155
159
--with-conf-name=linux-${{ matrix.target-cpu }}
156
160
--with-version-opt=${GITHUB_ACTOR}-${GITHUB_SHA}
157
161
--with-boot-jdk=${{ steps.bootjdk.outputs.path }}
162
+ --with-gtest=${{ steps.gtest.outputs.path }}
158
163
--with-zlib=system
164
--enable-debug
165
--disable-precompiled-headers
0 commit comments