Skip to content

Commit aa5309c

Browse files
committed
Revert "Revert "CI: remove manylinux1 target" because manylinux2010 problematic for some pylsl users."
manylinux1 doesn't build on Azure anymore, I guess that's why the original commit was there in the first place. This reverts commit c5020c8.
1 parent c5020c8 commit aa5309c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

azure-pipelines.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,4 @@ stages:
1515
- bash: strip --strip-unneeded liblsl.so
1616
- publish: liblsl.so
1717
artifact: manylinux2010
18-
- job: manylinux1
19-
pool: { vmImage: 'ubuntu-latest' }
20-
container: quay.io/pypa/manylinux1_x86_64:latest
21-
steps:
22-
- bash: CFLAGS="-flto -static-libstdc++ -std=c++11" ./standalone_compilation_linux.sh
23-
- bash: strip --strip-unneeded liblsl.so
24-
- publish: liblsl.so
25-
artifact: manylinux1
18+

0 commit comments

Comments
 (0)