Skip to content

Commit 2e86708

Browse files
Merge branch 'main' into downstream
2 parents d6d8e7d + e4672de commit 2e86708

17 files changed

Lines changed: 53 additions & 4 deletions

File tree

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
set -e
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
# Dependency version numbers
58
source ./versions.properties
69

build/posix.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
set -e
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
# Dependency version numbers
58
if [ -f /packaging/versions.properties ]; then
69
source /packaging/versions.properties
@@ -303,6 +306,7 @@ $CURL https://github.com/harfbuzz/harfbuzz/archive/${VERSION_HARFBUZZ}.tar.gz |
303306
cd ${DEPS}/harfbuzz
304307
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
305308
-Dgobject=disabled -Dicu=disabled -Dtests=disabled -Dintrospection=disabled -Ddocs=disabled -Dbenchmark=disabled -Dutilities=disabled \
309+
-Draster=disabled -Dvector=disabled -Dsubset=disabled \
306310
${DARWIN:+-Dcoretext=enabled}
307311
meson install -C _build --tag devel
308312

build/wasm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
set -e
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
source ./versions.properties
58
VERSION_WASM_VIPS="${1:-HEAD}"
69

build/win.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
set -e
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
# Dependency version numbers
58
source /packaging/versions.properties
69

check-latest-versions.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
set -e
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
# Dependency version numbers
58
source ./versions.properties
69

generate-release-notes.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
set -e
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
{
58
echo 'Dependency|Version';
69
echo '---|---';

platforms/linux-arm64v8/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM arm64v8/amazonlinux:2023
22
LABEL maintainer="Lovell Fuller <npm@lovell.info>"
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
# Create Amazon Linux 2023 (glibc 2.34) container suitable for building Linux ARM64v8-A binaries
58

69
# Path settings

platforms/linux-armv6/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM debian/eol:buster
22
LABEL maintainer="Lovell Fuller <npm@lovell.info>"
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
# Create Debian 11 (glibc 2.31) container suitable for cross-compiling Linux ARMv6 binaries
58

69
# Path settings

platforms/linux-ppc64le/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM debian:bookworm
22
LABEL maintainer="Lovell Fuller <npm@lovell.info>"
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
# Create Debian 12 (glibc 2.36) container suitable for cross-compiling Linux ppc64le binaries
58

69
# Path settings

platforms/linux-riscv64/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM debian:trixie
22
LABEL maintainer="Lovell Fuller <npm@lovell.info>"
33

4+
## Copyright 2017 Lovell Fuller and others.
5+
## SPDX-License-Identifier: Apache-2.0
6+
47
# Create Debian 13 (glibc 2.41) container suitable for cross-compiling Linux RISC-V 64-bit binaries
58

69
# Path settings

0 commit comments

Comments
 (0)