Skip to content

Commit c5020c8

Browse files
committed
Revert "CI: remove manylinux1 target" because manylinux2010 problematic for some pylsl users.
This reverts commit c3611a0.
1 parent 679667f commit c5020c8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ stages:
1515
- bash: strip --strip-unneeded liblsl.so
1616
- publish: liblsl.so
1717
artifact: manylinux2010
18-
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

0 commit comments

Comments
 (0)