Skip to content

Commit

Permalink
Revert "Try --disable-jvm-feature-jvmti."
Browse files Browse the repository at this point in the history
This reverts commit c62e6d0.
  • Loading branch information
wmdietl committed Dec 17, 2024
1 parent ea1d2b7 commit 858e3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
platform: linux-x64
debug-levels: '[ "debug" ]'
gcc-major-version: '10'
configure-arguments: ${{ github.event.inputs.configure-arguments }} --disable-jvm-feature-jvmti
configure-arguments: ${{ github.event.inputs.configure-arguments }}
make-arguments: ${{ github.event.inputs.make-arguments }}
if: needs.prepare.outputs.linux-x64 == 'true'

Expand Down

0 comments on commit 858e3ea

Please sign in to comment.