Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sebbASF committed Oct 27, 2023
1 parent e8d8df8 commit 4d521ff
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/benchmarkadhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
matrix:
# macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
# os: [macos-11, ubuntu-20.04, windows-latest]
os: [ macos-13 ]
os: [ macos-13-arm-64 ]
# Run lowest and highest Java versions only
# java: [ 8, 21 ]
java: [ 8 ]
java: [ 11 ]
experimental: [false]
fail-fast: false

Expand All @@ -55,16 +55,16 @@ jobs:
java-version: ${{ matrix.java }}
- name: OpenSSL version
run: openssl version -a
- name: Build with Maven
# OPENSSL_HOME is needed for Windows build; not used by other builds so can set unconditionally
# It's not clear how one is supposed to find the correct setting;
# The value below was found by searching for openssl files under C (warning: slow)
# Other possible values are:
# "C:\\Miniconda\\pkgs\\openssl-1.1.1n-h2bbff1b_0\\Library"
# "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\opt"
env:
OPENSSL_HOME: "C:\\Miniconda\\Library"
run: mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false clean test-compile -Pbenchmark
# will fail on Windows...
# - name: Build with Maven
# # OPENSSL_HOME is needed for Windows build; not used by other builds so can set unconditionally
# # It's not clear how one is supposed to find the correct setting;
# # The value below was found by searching for openssl files under C (warning: slow)
# # Other possible values are:
# # "C:\\Miniconda\\pkgs\\openssl-1.1.1n-h2bbff1b_0\\Library"
# # "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\opt"
# env:
# OPENSSL_HOME: "C:\\Miniconda\\Library"
# run: mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false clean test-compile -Pbenchmark
# # will fail on Windows...
- name: Host details
run: uname -a

0 comments on commit 4d521ff

Please sign in to comment.