We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c08cc commit 030b87aCopy full SHA for 030b87a
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
build:
19
runs-on: ubuntu-22.04
20
env:
21
- BUILDS: 3.12 3.13 3.14
+ BUILDS: 3.12 3.13
22
SDKROOT: /opt/python-wasm-sdk
23
Py_GIL_DISABLED: false
24
wasisdk: true
emsdk-cc
@@ -478,7 +478,7 @@ if EMCC_TRACE:
478
479
sys.argv.append(arg)
480
481
- # for debugging configure, cmake has its own very detailed log.
+ # for debugging configure, as cmake has its own very detailed log.
482
if os.path.isfile("conftest.c"):
483
__import__("shutil").copy("conftest.c", SDKROOT / "emcc.c")
484
if DEBUG_PATTERN not in (False, True):
0 commit comments