File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased] - ReleaseDate
7
7
### Added
8
- - Added TIMESTAMPNS support for x86_64-unknown- linux-gnu
8
+ - Added TIMESTAMPNS support for linux
9
9
(#[ 1402] ( https://github.com/nix-rust/nix/pull/1402 ) )
10
10
11
11
### Changed
Original file line number Diff line number Diff line change @@ -1539,10 +1539,7 @@ pub fn test_vsock() {
1539
1539
// Disable the test on emulated platforms because it fails in Cirrus-CI. Lack of QEMU
1540
1540
// support is suspected.
1541
1541
#[ cfg_attr( any( not( any( target_arch = "x86_64" ) ) , any( target_env = "musl" ) ) , ignore) ]
1542
- #[ cfg( all( target_os = "linux" , any(
1543
- target_arch = "x86_64" ,
1544
- target_arch = "aarch64" ,
1545
- ) , not( target_env = "musl" ) ) ) ]
1542
+ #[ cfg( all( target_os = "linux" ) ) ]
1546
1543
#[ test]
1547
1544
fn test_recvmsg_timestampns ( ) {
1548
1545
use nix:: sys:: socket:: * ;
You can’t perform that action at this time.
0 commit comments