File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Top Open diff view settings Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Top Open diff view settings Original file line number Diff line number Diff line change 99 fail-fast : false
1010 matrix :
1111 include :
12+ - target : aarch64-apple-darwin
13+ os : macos-14
14+ rust : nightly
1215 - target : aarch64-unknown-linux-gnu
1316 os : ubuntu-latest
1417 rust : nightly
8184 os : windows-latest
8285 rust : nightly-x86_64-gnu
8386 steps :
87+ - name : Print runner information
88+ run : uname -a
8489 - uses : actions/checkout@v4
8590 with :
8691 submodules : true
Original file line number Diff line number Diff line change 11#![ feature( decl_macro) ] // so we can use pub(super)
2- #![ cfg( all(
3- any( target_arch = "aarch64" , target_arch = "arm64ec" ) ,
4- not( feature = "no-asm" )
5- ) ) ]
2+ #![ cfg( all( target_arch = "aarch64" , target_os = "linux" , not( feature = "no-asm" ) ) ) ]
63
74/// Translate a byte size to a Rust type.
85macro int_ty {
You can’t perform that action at this time.
0 commit comments