Skip to content

Commit

Permalink
Merge pull request #9699 from dlorenc/test
Browse files Browse the repository at this point in the history
Skip tests in corretto.
  • Loading branch information
dlorenc authored Dec 9, 2023
2 parents 788b154 + 0acc073 commit 2beb63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amazon-corretto-crypto-provider.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: amazon-corretto-crypto-provider
version: 2.3.2
epoch: 1
epoch: 2
description: |
The Amazon Corretto Crypto Provider (ACCP) is a collection of high-performance cryptographic implementations exposed via the standard JCA/JCE interfaces.
copyright:
Expand Down Expand Up @@ -30,7 +30,7 @@ pipeline:
- runs: |
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
export CFLAGS="-Wno-error=ignored-attributes"
./gradlew build
./gradlew build -x test
- runs: |
mkdir -p ${{targets.destdir}}/usr/share/java/amazon-corretto-crypto-provider
Expand Down

0 comments on commit 2beb63e

Please sign in to comment.