Skip to content

Commit ca6fa16

Browse files
Make x86 linux natives depend on glibc 2.17 instead of 2.27 (#32)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0954b19 commit ca6fa16

3 files 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

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)