File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 1111env :
1212 RUSTFLAGS : -D warnings
1313 RUST_BACKTRACE : 1
14- STABLE_VERSION : 1.51 .0
14+ STABLE_VERSION : 1.59 .0
1515
1616jobs :
1717 test :
6868 - aarch64
6969 version :
7070 - 1.2.1
71- - 1.4.0
71+ - 1.6.2
7272 name : libunwind ${{ matrix.target }} ${{ matrix.version }}
7373 runs-on : ubuntu-latest
7474 env :
7979 - uses : actions/checkout@v2
8080 - name : Install Rust
8181 run : |
82- case ${{ matrix.target }} in
83- aarch64)
84- version=nightly
85- ;;
86- *)
87- version=$STABLE_VERSION
88- ;;
89- esac
90-
91- rustup update $version
92- rustup default $version
82+ rustup update $STABLE_VERSION
83+ rustup default $STABLE_VERSION
9384 rustup target add ${{ matrix.target }}-unknown-linux-gnu
9485 - name : Get Rust version
9586 id : rust-version
Original file line number Diff line number Diff line change 3737//!
3838//! [libunwind]: http://www.nongnu.org/libunwind/
3939#![ doc( html_root_url = "https://sfackler.github.io/rstack/doc" ) ]
40- #![ cfg_attr( target_arch = "aarch64" , feature( asm) ) ]
4140#![ warn( missing_docs) ]
4241
4342use foreign_types:: Opaque ;
You can’t perform that action at this time.
0 commit comments