Skip to content

Commit

Permalink
Another test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Aug 9, 2023
1 parent 475b913 commit 15436c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ jobs:
with:
version: "16.0"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
- name: Install apple-codesign
uses: actions-rs/[email protected]
with:
crate: apple-codesign
version: latest
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
with:
Expand All @@ -166,10 +171,6 @@ jobs:
targetPath: ${{ env.WORKPATH }}\ikvm
useConfigFile: true
configFilePath: ${{ env.WORKPATH }}\ikvm\GitVersion.yml
- uses: actions-rs/[email protected]
with:
crate: apple-codesign
version: latest
- name: Cache NuGet
uses: actions/cache@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions src/IKVM.OpenJDK.Tests/langtools/ExcludeList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ tools/javac/file/zip/T6836682.java
# it did work previously, by accident, as far as I can tell
tools/javac/lambda/MostSpecific09.java generic-all
tools/javac/lambda/8019480/T8019480.java generic-all

# Broken on OS X
tools/javac/lambda/T8031967.java macosx-all

0 comments on commit 15436c5

Please sign in to comment.