Skip to content

Commit

Permalink
Add io_uring dependency (#667)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Burkholder <[email protected]>
  • Loading branch information
bryanlb and bryanlb authored Sep 11, 2023
1 parent 6617042 commit f074a88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kaldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
<artifactId>armeria-brave</artifactId>
<version>${armeria.version}</version>
</dependency>
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-transport-native-io_uring</artifactId>
<version>0.0.22.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria-grpc</artifactId>
Expand Down

0 comments on commit f074a88

Please sign in to comment.