File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6363 if : runner.os == 'Linux'
6464 run : sudo apt-get update && sudo apt-get install -y musl-tools
6565 - name : Build
66- run : cargo build --profile production --target ${{ matrix.target }} --all -features
66+ run : cargo build --profile production --target ${{ matrix.target }} -p ferrumc - -features release
6767 env :
6868 CC : ${{ runner.os == 'Linux' && 'musl-gcc' || '' }}
6969 CXX : ${{ runner.os == 'Linux' && 'g++' || '' }}
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ default = [
6666 " dashboard"
6767]
6868tracy = [" ferrumc-logging/tracy" , " dep:tracy-client" ]
69+ # All features suitable for release builds (excludes profiling tools like tracy and dhat)
70+ release = [" dashboard" ]
6971
7072[dev-dependencies ]
7173tempfile = { workspace = true }
You can’t perform that action at this time.
0 commit comments