Skip to content

Commit e27353c

Browse files
committed
Pair timestampns test
1 parent 1f64e8d commit e27353c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased] - ReleaseDate
77
### Added
8-
- Added TIMESTAMPNS support for x86_64-unknown-linux-gnu
8+
- Added TIMESTAMPNS support for linux
99
(#[1402](https://github.com/nix-rust/nix/pull/1402))
1010

1111
### Changed

test/sys/test_socket.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,10 +1539,7 @@ pub fn test_vsock() {
15391539
// Disable the test on emulated platforms because it fails in Cirrus-CI. Lack of QEMU
15401540
// support is suspected.
15411541
#[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"))]
15461543
#[test]
15471544
fn test_recvmsg_timestampns() {
15481545
use nix::sys::socket::*;

0 commit comments

Comments
 (0)