Skip to content

Commit

Permalink
Removed x86_64 support for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Jan 29, 2025
1 parent 1f795c5 commit b04fc32
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,103 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ jobs:
- os: ubuntu-latest
targets: x86_64-unknown-linux-gnu
flags: --target x86_64-unknown-linux-gnu
- os: macos-13
targets: x86_64-apple-darwin
flags: --target x86_64-apple-darwin
- os: macos-latest
targets: aarch64-apple-darwin
flags: --target aarch64-apple-darwin
Expand Down
2 changes: 0 additions & 2 deletions src/macos/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#[cfg(target_arch = "aarch64")]
pub mod aarch64;
#[cfg(target_arch = "x86_64")]
pub mod x86_64;

use core_affinity::CoreId;
use nix::sys::{
Expand Down
61 changes: 0 additions & 61 deletions src/macos/x86_64/ioapic.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/macos/x86_64/mod.rs

This file was deleted.

Loading

0 comments on commit b04fc32

Please sign in to comment.