File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
33
toolchain : ${{matrix.rust}}
34
34
- name : Enable type layout randomization
35
35
run : echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
36
- if : matrix.rust == 'nightly'
36
+ if : matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
37
37
- run : cargo check --workspace
38
38
- run : cargo check --examples
39
39
env :
Original file line number Diff line number Diff line change 27
27
- uses : dtolnay/rust-toolchain@nightly
28
28
- name : Enable type layout randomization
29
29
run : echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
30
+ if : false # FIXME https://github.com/rust-lang/rust/issues/113941
30
31
- name : curl https://static.crates.io/db-dump.tar.gz
31
32
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
32
33
- run : tar tf db-dump.tar.gz | head -1
You can’t perform that action at this time.
0 commit comments