36
36
platforms :
37
37
description : ' Platform(s) to execute on (comma separated, e.g. "linux-x64, macos, aarch64")'
38
38
required : true
39
- default : ' linux-x64, linux-x86-hs, linux- x64-variants, linux-cross-compile, alpine-linux-x64, macos-x64, macos-aarch64, windows-x64, windows-aarch64, docs'
39
+ default : ' linux-x64, linux-x64-variants, linux-cross-compile, alpine-linux-x64, macos-x64, macos-aarch64, windows-x64, windows-aarch64, docs'
40
40
configure-arguments :
41
41
description : ' Additional configure arguments'
42
42
required : false
62
62
EXCLUDED_PLATFORMS : ' alpine-linux-x64'
63
63
outputs :
64
64
linux-x64 : ${{ steps.include.outputs.linux-x64 }}
65
- linux-x86-hs : ${{ steps.include.outputs.linux-x86-hs }}
66
65
linux-x64-variants : ${{ steps.include.outputs.linux-x64-variants }}
67
66
linux-cross-compile : ${{ steps.include.outputs.linux-cross-compile }}
68
67
alpine-linux-x64 : ${{ steps.include.outputs.alpine-linux-x64 }}
@@ -145,7 +144,6 @@ jobs:
145
144
}
146
145
147
146
echo "linux-x64=$(check_platform linux-x64 linux x64)" >> $GITHUB_OUTPUT
148
- echo "linux-x86-hs=$(check_platform linux-x86-hs linux x86)" >> $GITHUB_OUTPUT
149
147
echo "linux-x64-variants=$(check_platform linux-x64-variants variants)" >> $GITHUB_OUTPUT
150
148
echo "linux-cross-compile=$(check_platform linux-cross-compile cross-compile)" >> $GITHUB_OUTPUT
151
149
echo "alpine-linux-x64=$(check_platform alpine-linux-x64 alpine-linux x64)" >> $GITHUB_OUTPUT
@@ -170,24 +168,6 @@ jobs:
170
168
make-arguments : ${{ github.event.inputs.make-arguments }}
171
169
if : needs.prepare.outputs.linux-x64 == 'true'
172
170
173
- build-linux-x86-hs :
174
- name : linux-x86-hs
175
- needs : prepare
176
- uses : ./.github/workflows/build-linux.yml
177
- with :
178
- platform : linux-x86
179
- make-target : ' hotspot'
180
- gcc-major-version : ' 10'
181
- gcc-package-suffix : ' -multilib'
182
- apt-architecture : ' i386'
183
- # Some multilib libraries do not have proper inter-dependencies, so we have to
184
- # install their dependencies manually.
185
- apt-extra-packages : ' libfreetype-dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386 libffi-dev:i386'
186
- extra-conf-options : ' --with-target-bits=32 --enable-fallback-linker --enable-libffi-bundling'
187
- configure-arguments : ${{ github.event.inputs.configure-arguments }}
188
- make-arguments : ${{ github.event.inputs.make-arguments }}
189
- if : needs.prepare.outputs.linux-x86-hs == 'true'
190
-
191
171
build-linux-x64-hs-nopch :
192
172
name : linux-x64-hs-nopch
193
173
needs : prepare
0 commit comments