We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053d6e9 commit ae1c99eCopy full SHA for ae1c99e
.github/workflows/linux_ci.yml
@@ -84,7 +84,7 @@ jobs:
84
dockerfile_path: tools/ci_build/github/linux/docker/inference/aarch64/default/cpu/Dockerfile
85
docker_image_repo: onnxruntimecpubuildciaarch64
86
# ASan disabled due to excessive runtime (>4hr). Includes wheel build for basic checks.
87
- extra_build_flags: '--use_binskim_compliant_compile_flags --build_wheel'
+ extra_build_flags: '--use_binskim_compliant_compile_flags --build_shared_lib'
88
secrets:
89
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90
0 commit comments