Skip to content

Commit 6993183

Browse files
committed
more native
1 parent ac77218 commit 6993183

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

integration-tests/graal-incubating/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ graalvmNative {
3939
}
4040
}
4141
toolchainDetection.set(false)
42+
// Disable metadata repository to work around configuration cache incompatibility
43+
// https://github.com/graalvm/native-build-tools/issues/477
44+
metadataRepository {
45+
enabled.set(false)
46+
}
4247
}
4348

4449
// GraalVM Native Build Tools plugin is not yet compatible with configuration cache

integration-tests/graal/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ graalvmNative {
3636
}
3737
}
3838
toolchainDetection.set(false)
39+
// Disable metadata repository to work around configuration cache incompatibility
40+
// https://github.com/graalvm/native-build-tools/issues/477
41+
metadataRepository {
42+
enabled.set(false)
43+
}
3944
}
4045

4146
// GraalVM Native Build Tools plugin is not yet compatible with configuration cache

0 commit comments

Comments
 (0)