File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 9696 --with-boot-jdk=${{ steps.bootjdk.outputs.path }}
9797 --with-zlib=system
9898 --with-jmod-compress=zip-1
99+ --with-external-symbols-in-bundles=none
99100 ${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
100101 echo "Dumping config.log:" &&
101102 cat config.log &&
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ jobs:
179179 --openjdk-target=${{ matrix.gnu-arch }}-linux-gnu${{ matrix.gnu-abi}}
180180 --with-sysroot=sysroot
181181 --with-jmod-compress=zip-1
182+ --with-external-symbols-in-bundles=none
182183 CC=${{ matrix.gnu-arch }}-linux-gnu${{ matrix.gnu-abi}}-gcc-${{ inputs.gcc-major-version }}
183184 CXX=${{ matrix.gnu-arch }}-linux-gnu${{ matrix.gnu-abi}}-g++-${{ inputs.gcc-major-version }}
184185 ${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ jobs:
143143 --with-gtest=${{ steps.gtest.outputs.path }}
144144 --with-zlib=system
145145 --with-jmod-compress=zip-1
146+ --with-external-symbols-in-bundles=none
146147 ${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
147148 echo "Dumping config.log:" &&
148149 cat config.log &&
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ jobs:
110110 --with-gtest=${{ steps.gtest.outputs.path }}
111111 --with-zlib=system
112112 --with-jmod-compress=zip-1
113+ --with-external-symbols-in-bundles=none
113114 ${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
114115 echo "Dumping config.log:" &&
115116 cat config.log &&
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ jobs:
134134 --with-gtest=${{ steps.gtest.outputs.path }}
135135 --with-msvc-toolset-version=${{ inputs.msvc-toolset-version }}
136136 --with-jmod-compress=zip-1
137+ --with-external-symbols-in-bundles=none
137138 ${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
138139 echo "Dumping config.log:" &&
139140 cat config.log &&
You can’t perform that action at this time.
0 commit comments