Skip to content

Commit

Permalink
Try --disable-jvm-feature-jvmti.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpovirk committed Oct 7, 2024
1 parent 13ae048 commit c62e6d0
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 @@ -155,7 +155,7 @@ jobs:
platform: linux-x64
debug-levels: '[ "debug" ]'
gcc-major-version: '10'
configure-arguments: ${{ github.event.inputs.configure-arguments }}
configure-arguments: ${{ github.event.inputs.configure-arguments }} --disable-jvm-feature-jvmti
make-arguments: ${{ github.event.inputs.make-arguments }}
if: needs.select.outputs.linux-x64 == 'true'

Expand Down

0 comments on commit c62e6d0

Please sign in to comment.