File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -666,11 +666,9 @@ jobs:
666666
667667
668668 - name : Enable mlock for production
669- # arm64 is excluded: libsodium cross-compilation is not supported in the cbake sysroot.
670- # arm64 production builds will emit a startup warning about missing mlock protection.
671669 # On Linux, libsodium-dev is installed in the configure steps above (apt-get).
672670 # On Windows, libsodium is installed here via vcpkg (deferred to production to avoid slow builds on PRs).
673- if : ${{ needs.preflight.outputs.rust-profile == 'production' && matrix.arch != 'arm64' }}
671+ if : ${{ needs.preflight.outputs.rust-profile == 'production' }}
674672 run : |
675673 if ($Env:RUNNER_OS -eq "Windows") {
676674 # Install libsodium via vcpkg for the mlock feature (requires static library)
You can’t perform that action at this time.
0 commit comments