Skip to content

Commit 02397c2

Browse files
committed
WIP
1 parent 7c92a59 commit 02397c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)