We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cfc74 commit 4cc057fCopy full SHA for 4cc057f
Samples/JavaSieve/ci-validate.sh
@@ -1,11 +1,3 @@
1
#!/bin/bash
2
3
-echo "Prepare the dependency..."
4
-git clone https://github.com/gazman-sdk/quadratic-sieve-Java
5
-cd quadratic-sieve-Java || exit
6
-# we use the root gradlew since this project uses ancient gradle that won't support our recent JDK in CI
7
-sh ../../gradlew jar
8
-cd .. || exit
9
-
10
-echo "Run the sample..."
11
-swift run JavaSieve
+echo "This sample is not verified in CI because old Gradle in the project making it hard to use its ./gradlew"
0 commit comments