Skip to content

Commit 751bf28

Browse files
committed
Change glibc version for linux x86 build
1 parent d796c42 commit 751bf28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tasks.register('compileRustLinux', Exec) {
7777
group = 'rust'
7878
workingDir rustProjectDir
7979
commandLine dockerCommand
80-
args 'cargo', 'zigbuild', '--release', '--target', 'x86_64-unknown-linux-gnu'
80+
args 'cargo', 'zigbuild', '--release', '--target', 'x86_64-unknown-linux-gnu.2.17'
8181
dependsOn createContainersDirectory
8282
}
8383

0 commit comments

Comments
 (0)