We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22f0c5 commit 696d102Copy full SHA for 696d102
2 files changed
common/build.gradle
@@ -69,7 +69,7 @@ tasks.register('compileRustLinuxAArch64', Exec) {
69
group = 'rust'
70
workingDir rustProjectDir
71
commandLine dockerCommand
72
- args 'cargo', 'zigbuild', '--release', '--target', 'aarch64-unknown-linux-gnu'
+ args 'cargo', 'zigbuild', '--release', '--target', 'aarch64-unknown-linux-gnu.2.17'
73
dependsOn createContainersDirectory
74
}
75
common/src/main/resources/natives/sable_rapier/sable_rapier_aarch64_linux.so
-128 Bytes
0 commit comments