mirror of
https://github.com/github/codeql.git
synced 2026-01-19 17:34:47 +01:00
This is in preparation of executing these tests on GH-hosted M1 runners, where we need to have architecture-specific path handling. It's nicer to fix all of this in one place (the helper), than to run around fixing individual tests.
8 lines
111 B
Python
8 lines
111 B
Python
import sys
|
|
|
|
from create_database_utils import *
|
|
|
|
try_use_java11()
|
|
|
|
run_codeql_database_create([], lang="java")
|