Skip to content

Commit

Permalink
fixup(#6991): it broke the macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Mar 5, 2024
1 parent 270d3be commit 87c0ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pageserver/src/virtual_file/io_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ impl IoEngine {
.await
.expect("failed to join blocking code most likely it panicked, panicking as well")
}
#[cfg(target_os = "linux")]
IoEngine::TokioEpollUring => work.await,
}
}
Expand Down

0 comments on commit 87c0ff0

Please sign in to comment.