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

Skip to content

Commit dead4d7

Browse files
authored
Merge pull request #13 from MarshalX/main
0.0.6 dev (3)
2 parents 1d5945a + daeaad2 commit dead4d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build_linux_wheels.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
env:
2727
MANYLINUX_INSIDE: true
2828
DEPOT_TOOLS_UPDATE: 0
29-
CIBW_ENVIRONMENT_PASS_LINUX: MANYLINUX_INSIDE DEPOT_TOOLS_UPDATE
29+
DEPOT_TOOLS_METRICS: 0
30+
CIBW_ENVIRONMENT_PASS_LINUX: MANYLINUX_INSIDE DEPOT_TOOLS_UPDATE DEPOT_TOOLS_METRICS
3031
CIBW_ARCHS: x86_64
3132
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
3233
# extended manylinux image with updated GCC (7.5) and patched CPython

.github/workflows/build_macos_wheels.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
if: matrix.arch == 'Intel'
4242
uses: pypa/cibuildwheel@v2.3.1
4343
env:
44+
DEPOT_TOOLS_UPDATE: 0
45+
DEPOT_TOOLS_METRICS: 0
4446
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
4547
CIBW_BUILD: cp3*-*
4648
CIBW_SKIP: cp36-*
@@ -52,6 +54,7 @@ jobs:
5254
env:
5355
TARGET_ARCH: arm64
5456
DEPOT_TOOLS_UPDATE: 0
57+
DEPOT_TOOLS_METRICS: 0
5558
CIBW_ARCHS: arm64
5659
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
5760
CIBW_BUILD: cp3*-*

0 commit comments

Comments
 (0)
0