Skip to content

Commit da918de

Browse files
authored
Merge pull request #1414 from cnheitman/fix/ci
Fix VCPKG and Python workflows
2 parents 3fd021b + a8483f8 commit da918de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/vcpkg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
matrix:
1212
os:
1313
- macOS-latest
14-
- ubuntu-20.04
14+
- ubuntu-latest
1515
- windows-2022
1616
include:
1717
- os: windows-2022
1818
platform: windows
1919
vcpkg-triplet: x64-windows-static-release-md
2020
cmake-preset: windows-x64
2121
python-executable: python
22-
- os: ubuntu-20.04
22+
- os: ubuntu-latest
2323
platform: linux
2424
vcpkg-triplet: x64-linux-release
2525
cmake-preset: linux-x64
@@ -38,7 +38,7 @@ jobs:
3838
name: Get vcpkg
3939
with:
4040
repository: 'microsoft/vcpkg'
41-
ref: '2024.05.24'
41+
ref: '2025.06.13'
4242
path: '${{ github.workspace }}/_vcpkg'
4343
fetch-depth: 0
4444

src/scripts/docker/build-wheel-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ echo "[+] Build Triton wheel package for Python 3.13"
9191
cd $SOURCE_DIR
9292
rm -rf $SOURCE_DIR/build
9393
rm -rf $SOURCE_DIR/triton_library.egg-info
94-
export PYTHON_BINARY=/opt/_internal/cpython-3.13.3/bin/python
94+
export PYTHON_BINARY=/opt/_internal/cpython-3.13.5/bin/python
9595
export PYTHON_INCLUDE_DIRS=$($PYTHON_BINARY -c "from sysconfig import get_paths; print(get_paths()['include'])")
9696
export PYTHON_LIBRARY=$($PYTHON_BINARY -c "from sysconfig import get_paths; print(get_paths()['include'])")
9797

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/JonathanSalwan/Triton",
77
"license": "Apache-2.0",
88
"supports": "!arm",
9-
"builtin-baseline": "e809a42f87565e803b2178a0c11263f462d1800a",
9+
"builtin-baseline": "ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0",
1010
"dependencies": [
1111
"boost-math",
1212
"boost-multiprecision",

0 commit comments

Comments
 (0)