From 8f88c539678f079523d776183eb03e30f5a1bae6 Mon Sep 17 00:00:00 2001 From: "Breno A." Date: Sun, 19 May 2024 14:03:15 -0300 Subject: [PATCH] revert --- .github/workflows/build.yml | 3 --- pom.xml | 17 ++++++++++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b22923e..fb2952f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,21 +69,18 @@ jobs: run: | export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/usr/local/lib" mvn package -P macosx - continue-on-error: true - if: matrix.os == 'ubuntu-latest' name: Resolve all maven project dependencies and build liboqs-java for Linux run: | export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib" mvn package -P linux - continue-on-error: true - if: matrix.os == 'windows-latest' name: Resolve all maven project dependencies and build liboqs-java for Windows run: | $env:PATH = $env:PATH + ";" + "C:/Program Files (x86)/liboqs/bin/" mvn package -P windows - continue-on-error: true - name: Compile KEM, Signatures and Rand examples run: | diff --git a/pom.xml b/pom.xml index 7107904..2f6b9b1 100644 --- a/pom.xml +++ b/pom.xml @@ -96,14 +96,14 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 2.22.0 -Xss10M -Djava.library.path=${basedir}/src/main/resources/ maven-compiler-plugin - 3.13.0 + 3.8.1 1.8 1.8 @@ -166,6 +166,17 @@ -loqs + + + generate-shared-oqs-library + compile + + initialize + compile + link + + + maven-resources-plugin @@ -190,4 +201,4 @@ - + \ No newline at end of file