Skip to content

Commit bd07b7c

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/1.72' into 1.72
2 parents 61270f4 + 85ef951 commit bd07b7c

4 files changed

Lines changed: 11 additions & 35 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ test-code-8:
1212
stage: test
1313
script:
1414
- "apply_overlay bc-java ./"
15+
- "sh gettestdata.sh"
1516
- ". cienv-8.sh; \ gradle -stacktrace clean build;"
1617

1718
test-code-11:
1819
stage: test
1920
script:
2021
- "apply_overlay bc-java ./"
22+
- "sh gettestdata.sh"
2123
- ". cienv-11.sh; \ gradle -stacktrace clean build;"
2224

2325
test-code-17:
2426
stage: test
2527
script:
2628
- "apply_overlay bc-java ./"
29+
- "sh gettestdata.sh"
2730
- ". cienv-17.sh; \ gradle -stacktrace clean build;"

config/checkstyle/checkstyle.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
<property name="fileExtensions" value="java, properties, xml, vm, g, g4, dtd"/>
1717

18+
<module name="BeforeExecutionExclusionFileFilter">
19+
<property name="fileNamePattern" value="bc\-test\-data[\\/]"/>
20+
</module>
21+
1822
<!-- Whitespace -->
1923
<module name="FileTabCharacter">
2024
<property name="eachLine" value="false"/>

config/nohttp/checkstyle.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<property name="charset" value="UTF-8"/>
55
<property name="fileExtensions" value=""/>
66

7+
<module name="BeforeExecutionExclusionFileFilter">
8+
<property name="fileNamePattern" value="bc\-test\-data[\\/]"/>
9+
</module>
10+
711
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
812
<property name="allowlistFileName" value="${nohttp.checkstyle.allowlistFileName}" default=""/>
913
</module>

prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/SIKE.java

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)