@@ -130,7 +130,6 @@ jobs:
130130 with :
131131 platform : linux-x64
132132 gcc-major-version : ' 10'
133- apt-gcc-version : ' 10.4.0-4ubuntu1~22.04'
134133 configure-arguments : ${{ github.event.inputs.configure-arguments }}
135134 make-arguments : ${{ github.event.inputs.make-arguments }}
136135 # The linux-x64 jdk bundle is used as buildjdk for the cross-compile job
@@ -144,11 +143,10 @@ jobs:
144143 platform : linux-x86
145144 gcc-major-version : ' 10'
146145 gcc-package-suffix : ' -multilib'
147- apt-gcc-version : ' 10.4.0-4ubuntu1~22.04'
148146 apt-architecture : ' i386'
149147 # Some multilib libraries do not have proper inter-dependencies, so we have to
150148 # install their dependencies manually.
151- apt-extra-packages : ' libfreetype6 -dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386 libc6-i386 libgcc-s1:i386 libstdc++6:i386'
149+ apt-extra-packages : ' libfreetype -dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386 libc6-i386 libgcc-s1:i386 libstdc++6:i386'
152150 extra-conf-options : ' --with-target-bits=32'
153151 configure-arguments : ${{ github.event.inputs.configure-arguments }}
154152 make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -163,7 +161,6 @@ jobs:
163161 make-target : ' hotspot'
164162 debug-levels : ' [ "debug" ]'
165163 gcc-major-version : ' 10'
166- apt-gcc-version : ' 10.4.0-4ubuntu1~22.04'
167164 extra-conf-options : ' --disable-precompiled-headers'
168165 configure-arguments : ${{ github.event.inputs.configure-arguments }}
169166 make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -178,7 +175,6 @@ jobs:
178175 make-target : ' hotspot'
179176 debug-levels : ' [ "debug" ]'
180177 gcc-major-version : ' 10'
181- apt-gcc-version : ' 10.4.0-4ubuntu1~22.04'
182178 extra-conf-options : ' --with-jvm-variants=zero --disable-precompiled-headers'
183179 configure-arguments : ${{ github.event.inputs.configure-arguments }}
184180 make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -193,7 +189,6 @@ jobs:
193189 make-target : ' hotspot'
194190 debug-levels : ' [ "debug" ]'
195191 gcc-major-version : ' 10'
196- apt-gcc-version : ' 10.4.0-4ubuntu1~22.04'
197192 extra-conf-options : ' --with-jvm-variants=minimal --disable-precompiled-headers'
198193 configure-arguments : ${{ github.event.inputs.configure-arguments }}
199194 make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -209,7 +204,6 @@ jobs:
209204 # Technically this is not the "debug" level, but we can't inject a new matrix state for just this job
210205 debug-levels : ' [ "debug" ]'
211206 gcc-major-version : ' 10'
212- apt-gcc-version : ' 10.4.0-4ubuntu1~22.04'
213207 extra-conf-options : ' --with-debug-level=optimized --disable-precompiled-headers'
214208 configure-arguments : ${{ github.event.inputs.configure-arguments }}
215209 make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -223,8 +217,6 @@ jobs:
223217 uses : ./.github/workflows/build-cross-compile.yml
224218 with :
225219 gcc-major-version : ' 10'
226- apt-gcc-version : ' 10.4.0-4ubuntu1~22.04'
227- apt-gcc-cross-version : ' 10.4.0-4ubuntu1~22.04cross1'
228220 configure-arguments : ${{ github.event.inputs.configure-arguments }}
229221 make-arguments : ${{ github.event.inputs.make-arguments }}
230222 if : needs.select.outputs.linux-cross-compile == 'true'
@@ -290,7 +282,6 @@ jobs:
290282 # build JDK, and we do not need the additional testing of the graphs.
291283 extra-conf-options : ' --disable-full-docs'
292284 gcc-major-version : ' 10'
293- apt-gcc-version : ' 10.4.0-4ubuntu1~22.04'
294285 configure-arguments : ${{ github.event.inputs.configure-arguments }}
295286 make-arguments : ${{ github.event.inputs.make-arguments }}
296287 if : needs.select.outputs.docs == 'true'
0 commit comments