Skip to content

Commit 92bf887

Browse files
author
William Kemper
committedOct 31, 2023
Merge
2 parents c584b48 + d96f38b commit 92bf887

File tree

1,073 files changed

+24349
-10860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,073 files changed

+24349
-10860
lines changed
 

‎.github/workflows/build-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
jobs:
5656
build-macos:
5757
name: build
58-
runs-on: macos-11
58+
runs-on: macos-13
5959

6060
strategy:
6161
fail-fast: false

‎.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -146,8 +146,8 @@ jobs:
146146
apt-architecture: 'i386'
147147
# Some multilib libraries do not have proper inter-dependencies, so we have to
148148
# install their dependencies manually.
149-
apt-extra-packages: 'libfreetype-dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386 libc6-i386 libgcc-s1:i386 libstdc++6:i386'
150-
extra-conf-options: '--with-target-bits=32'
149+
apt-extra-packages: 'libfreetype-dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386 libc6-i386 libgcc-s1:i386 libstdc++6:i386 libffi-dev:i386'
150+
extra-conf-options: '--with-target-bits=32 --enable-fallback-linker --enable-libffi-bundling'
151151
configure-arguments: ${{ github.event.inputs.configure-arguments }}
152152
make-arguments: ${{ github.event.inputs.make-arguments }}
153153
if: needs.select.outputs.linux-x86 == 'true'
@@ -227,7 +227,7 @@ jobs:
227227
uses: ./.github/workflows/build-macos.yml
228228
with:
229229
platform: macos-x64
230-
xcode-toolset-version: '12.5.1'
230+
xcode-toolset-version: '14.3.1'
231231
configure-arguments: ${{ github.event.inputs.configure-arguments }}
232232
make-arguments: ${{ github.event.inputs.make-arguments }}
233233
if: needs.select.outputs.macos-x64 == 'true'
@@ -238,7 +238,7 @@ jobs:
238238
uses: ./.github/workflows/build-macos.yml
239239
with:
240240
platform: macos-aarch64
241-
xcode-toolset-version: '12.5.1'
241+
xcode-toolset-version: '14.3.1'
242242
extra-conf-options: '--openjdk-target=aarch64-apple-darwin'
243243
configure-arguments: ${{ github.event.inputs.configure-arguments }}
244244
make-arguments: ${{ github.event.inputs.make-arguments }}
@@ -318,7 +318,7 @@ jobs:
318318
with:
319319
platform: macos-x64
320320
bootjdk-platform: macos-x64
321-
runs-on: macos-11
321+
runs-on: macos-13
322322

323323
test-windows-x64:
324324
name: windows-x64

0 commit comments

Comments
 (0)
Please sign in to comment.