-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from ndsev/release/2024.4.1
Release 2024.4.1
- Loading branch information
Showing
13 changed files
with
117 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
build-manylinux: | ||
strategy: | ||
matrix: | ||
python-version: ["3.8", "3.9", "3.10", "3.11"] | ||
python-version: ["3.9", "3.10", "3.11", "3.12"] | ||
runs-on: ubuntu-latest | ||
container: ghcr.io/klebert-engineering/manylinux-cpp17-py${{ matrix.python-version }}-x86_64:2024.1 | ||
container: ghcr.io/klebert-engineering/manylinux-cpp17-py${{ matrix.python-version }}-x86_64:2024.2 | ||
env: | ||
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true | ||
SCCACHE_GHA_ENABLED: "true" | ||
|
@@ -22,16 +22,13 @@ jobs: | |
submodules: recursive | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
- name: Install Conan and newer Perl | ||
- name: Install Conan | ||
run: | | ||
pip install conan | ||
conan profile detect | ||
# OpenSSL Requires a newer perl: see https://github.com/openssl/openssl/issues/25366 | ||
yum update -y && yum install -y perl-IPC-Cmd rh-perl530 | ||
ldconfig /opt/rh/rh-perl530/root/lib64/ | ||
conan remote update --url https://center2.conan.io conancenter | ||
- name: Configure | ||
run: | | ||
export PATH="/opt/rh/rh-perl530/root/bin:$PATH" | ||
python3 -m venv venv && . ./venv/bin/activate | ||
pip install -U setuptools wheel pip | ||
conan install . -s compiler.cppstd=20 -b missing -b editable \ | ||
|
@@ -64,7 +61,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [macos-13, windows-2019] # Currently, macos-latest is macos 12 | ||
python-version: ["3.8", "3.9", "3.10", "3.11"] | ||
python-version: ["3.9", "3.10", "3.11", "3.12"] | ||
env: | ||
SCCACHE_GHA_ENABLED: "true" | ||
steps: | ||
|
@@ -81,6 +78,7 @@ jobs: | |
run: | | ||
pip install conan | ||
conan profile detect | ||
conan remote update --url https://center2.conan.io conancenter | ||
- run: python -m pip install setuptools wheel ninja | ||
- name: Build (macOS) | ||
if: matrix.os == 'macos-13' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.