Skip to content

Commit 5967032

Browse files
authored
Merge pull request #639 from ooni/fix-conveyor-engine
Fix engine packaging with conveyor
2 parents 849c66b + 825dfc5 commit 5967032

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

conveyor.conf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
include "#!./gradlew -q composeApp:printConveyorConfig"
22

3-
// This enables native library extraction, which improves app startup time and robustness.
4-
// It's optional but a good idea to have it. You can remove this if you get tired of specifying
5-
// system properties for Java libraries with native components.
6-
//
7-
// See https://hydraulic.dev/blog/11-in-jar-signing.html for more.
8-
include required("https://raw.githubusercontent.com/hydraulic-software/conveyor/master/configs/jvm/extract-native-libraries.conf")
9-
103
// Config file documentation: https://conveyor.hydraulic.dev/latest/configs
114
app {
125
vcs-url = "github.com/ooni/probe-multiplatform"

0 commit comments

Comments
 (0)