Skip to content

Commit

Permalink
Revert "Enable type layout randomization in CI on nightly"
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Jun 10, 2023
1 parent a0b9208 commit 6f8ade6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
- run: rustup default ${{ matrix.rust }} && rustup update ${{ matrix.rust }}
- run: rustup target add wasm32-unknown-unknown

- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: matrix.rust == 'nightly'

- run: cargo install --config net.retry=10 dioxus-cli

- name: cargo test turbocharger-impl
Expand Down

0 comments on commit 6f8ade6

Please sign in to comment.