Skip to content

Commit aa4c41b

Browse files
authored
Update azure-pipelines.yml
take out offending lines (although stolen from https://github.com/conda-forge/opencv-feedstock azure-pipelines fiie)
1 parent 5cf4341 commit aa4c41b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ steps:
1515

1616
- script: |
1717
docker run --rm --privileged multiarch/qemu-user-static:register --reset
18-
ls /proc/sys/fs/binfmt_misc/
19-
condition: not(startsWith(variables['CONFIG'], 'linux_64'))
20-
displayName: 'Configure binfmt_misc'
18+
# ls /proc/sys/fs/binfmt_misc/
19+
# condition: not(startsWith(variables['CONFIG'], 'linux_64'))
20+
# displayName: 'Configure binfmt_misc'
2121

2222
- script: |
2323
echo "FROM openblas/alpine:arm32

0 commit comments

Comments
 (0)