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 f95e7eb commit 25c4500Copy full SHA for 25c4500
.github/workflows/ci.yml
@@ -124,6 +124,11 @@ jobs:
124
python3-pytest python3-pytest-cov python3-flaky
125
--no-install-recommends
126
127
+ - name: Fix Python LDSHARED
128
+ run: |
129
+ ld_args=$(python3 -c "import sysconfig; print(' '.join(sysconfig.get_config_var('LDSHARED').split()[1:]))")
130
+ echo "LDSHARED='clang $ld_args'" >> $GITHUB_ENV
131
+
132
- name: Prepare Python env
133
run: |
134
python3 setup.py gen_reqfile --include-extras
0 commit comments