Skip to content

Commit

Permalink
remove 'java-kotlin' from codeql language matrix
Browse files Browse the repository at this point in the history
Change-Id: I3a5824922ca3d792f1be3055abc99f538c88d207
  • Loading branch information
cooljeanius committed Oct 23, 2023
1 parent 4241de5 commit d1b6b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'c-cpp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby' ]
language: [ 'c-cpp', 'go', 'javascript-typescript', 'python', 'ruby' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
Expand Down Expand Up @@ -80,6 +80,7 @@ jobs:
else \
stat /home/runner/work/apple-gdb-1824/build; \
fi
cd src
- name: Dependencies
if: matrix.language == 'c-cpp'
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,8 @@ build-core: configure
test -n "$(MAKE)" && $(MAKE) configure; \
elif test -x "`which make`"; then \
make configure; \
else \
echo "unsure how to ensure that we have configure present..."; \
fi
ifneq ($(NATIVE_TARGETS),)
$(SUBMAKE) $(patsubst %,$(OBJROOT)/%/stamp-build-core, $(NATIVE_TARGETS))
Expand Down

0 comments on commit d1b6b13

Please sign in to comment.