Skip to content

Commit

Permalink
ci: build std from source
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAnimate committed Dec 10, 2024
1 parent 82d360e commit 4356b55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:
jobs:
build:
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: -Zlocation-detail=none -Zthreads=8 -C debuginfo=0
strategy:
matrix:
include:
Expand All @@ -36,6 +38,8 @@ jobs:
toolchain: nightly
target: ${{ matrix.target }}
override: true
- name: Install rust-src
run: rustup component add rust-src --toolchain=nightly

- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 4356b55

Please sign in to comment.