8000 Merge pull request #12 from MarshalX/main · MarshalX/python-webrtc@1d5945a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d5945a

Browse files
authored
Merge pull request #12 from MarshalX/main
0.0.6 dev (2)
2 parents 6c81a42 + 9a692cc commit 1d5945a

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.github/workflows/build_linux_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
uses: pypa/cibuildwheel@v2.3.1
2626
env:
2727
MANYLINUX_INSIDE: true
28-
CIBW_ENVIRONMENT_PASS_LINUX: MANYLINUX_INSIDE
28+
DEPOT_TOOLS_UPDATE: 0
29+
CIBW_ENVIRONMENT_PASS_LINUX: MANYLINUX_INSIDE DEPOT_TOOLS_UPDATE
2930
CIBW_ARCHS: x86_64
3031
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
3132
# extended manylinux image with updated GCC (7.5) and patched CPython

.github/workflows/build_macos_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: pypa/cibuildwheel@v2.3.1
5252
env:
5353
TARGET_ARCH: arm64
54+
DEPOT_TOOLS_UPDATE: 0
5455
CIBW_ARCHS: arm64
5556
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
5657
CIBW_BUILD: cp3*-*

.github/workflows/build_windows_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
if: matrix.arch == 'x32'
5454
working-directory: "C:/src"
5555
env:
56+
DEPOT_TOOLS_UPDATE: 0
5657
TARGET_ARCH: ia32
5758
CIBW_BEFORE_BUILD: call vcvars32.bat
5859
CIBW_ARCHS: x86
@@ -70,6 +71,7 @@ jobs:
7071
if: matrix.arch == 'x64'
7172
working-directory: "C:/src"
7273
env:
74+
DEPOT_TOOLS_UPDATE: 0
7375
CIBW_ARCHS: AMD64
7476
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
7577
CIBW_BUILD: cp3*-*
File renamed without changes.

0 commit comments

Comments
 (0)
0