diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c3b57e..19af214 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: toolchain: ${{matrix.rust}} - name: Enable type layout randomization run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV - if: matrix.rust == 'nightly' + if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941 - run: cargo check --workspace - run: cargo check --examples env: diff --git a/.github/workflows/load.yml b/.github/workflows/load.yml index 6d1f1bf..1bb9017 100644 --- a/.github/workflows/load.yml +++ b/.github/workflows/load.yml @@ -27,6 +27,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly - name: Enable type layout randomization run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV + if: false # FIXME https://github.com/rust-lang/rust/issues/113941 - name: curl https://static.crates.io/db-dump.tar.gz run: curl https://static.crates.io/db-dump.tar.gz --user-agent github.com/dtolnay/db-dump --location --remote-name --silent --show-error --fail --retry 2 - run: tar tf db-dump.tar.gz | head -1