Skip to content

Commit cc2074d

Browse files
committed
Beef up system packages needed for bootstrapping vcpkg
1 parent b4f239d commit cc2074d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ jobs:
2222
- os: ubuntu-24.04
2323
arch: x86_64
2424
py-vers: cp39-* cp310-* cp311-* cp312-* cp313-*
25-
before-all: ""
25+
before-all: dnf -y install ninja-build pkgconf openssl-devel zlib-devel bzip2-devel xz-devel
2626
extra-env: VCPKG_BUILD_TYPE=release
2727
mdt: ""
2828
- os: ubuntu-24.04-arm
2929
arch: aarch64
3030
py-vers: cp39-* cp310-* cp311-* cp312-* cp313-*
31-
before-all: dnf -y install boost-devel zlib
31+
before-all: dnf -y install ninja-build pkgconf openssl-devel zlib-devel bzip2-devel xz-devel
3232
extra-env: VCPKG_BUILD_TYPE=release
3333
mdt: ""
3434
- os: macos-15-intel
3535
arch: x86_64
3636
py-vers: cp39-* cp310-* cp311-* cp312-* cp313-*
37-
before-all: brew install libomp pkg-config automake autoconf autoconf-archive libtool
37+
before-all: brew install libomp pkg-config automake autoconf autoconf-archive libtool ninja openssl zlib bzip2 xz
3838
extra-env: CC=clang CXX=clang++ VCPKG_BUILD_TYPE=release
3939
mdt: ""
4040
- os: macos-15
4141
arch: arm64
4242
py-vers: cp39-* cp310-* cp311-* cp312-* cp313-*
43-
before-all: brew install libomp pkg-config automake autoconf autoconf-archive libtool
43+
before-all: brew install libomp pkg-config automake autoconf autoconf-archive libtool ninja openssl zlib bzip2 xz
4444
extra-env: CC=clang CXX=clang++ VCPKG_BUILD_TYPE=release
4545
mdt: ""
4646

.github/workflows/unit-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: install system packages
26-
run: brew install libomp pkg-config automake autoconf autoconf-archive libtool
26+
run: brew install libomp pkg-config automake autoconf autoconf-archive libtool ninja openssl zlib bzip2 xz
2727

2828
- name: make build directory
2929
run: mkdir build_dir

0 commit comments

Comments
 (0)