File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 6969 run : echo "BUILD_CMD=cross" >> $GITHUB_ENV
7070 - name : Build
7171 shell : bash
72- run : |
73- case ${{ matrix.target }} in
74- aarch64-*) export JEMALLOC_SYS_WITH_LG_PAGE=16 ;;
75- esac;
76- $BUILD_CMD build --profile release-ci --target ${{ matrix.target }} --locked --no-default-features --features rustls ${{ matrix.additional_args }}
72+ run : $BUILD_CMD build --profile release-ci --target ${{ matrix.target }} --locked --no-default-features --features rustls ${{ matrix.additional_args }}
7773 - name : Upload
7874 uses : actions/upload-artifact@v4
7975 with :
Original file line number Diff line number Diff line change 1+ # For Asahi linux
2+ [target .aarch64-unknown-linux-gnu .env ]
3+ passthrough = [" JEMALLOC_SYS_WITH_LG_PAGE=16" ]
4+
5+ [target .aarch64-unknown-linux-musl .env ]
6+ passthrough = [" JEMALLOC_SYS_WITH_LG_PAGE=16" ]
You can’t perform that action at this time.
0 commit comments