Skip to content

Commit 4cc057f

Browse files
committed
give up on JavaSieve checking in CI
1 parent b3cfc74 commit 4cc057f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Samples/JavaSieve/ci-validate.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
#!/bin/bash
22

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
3+
echo "This sample is not verified in CI because old Gradle in the project making it hard to use its ./gradlew"

0 commit comments

Comments
 (0)