ci: add bash script to check if llama-impl.h was included in example folder erronously
This commit is contained in:
parent
4033365e00
commit
a444c15209
2 changed files with 12 additions and 16 deletions
6
Makefile
6
Makefile
|
@ -211,7 +211,7 @@ ifdef GGML_VULKAN
|
|||
BUILD_TARGETS += vulkan-shaders-gen
|
||||
endif
|
||||
|
||||
default: precompile_checks $(BUILD_TARGETS) $(LEGACY_TARGETS_BUILD)
|
||||
default: $(BUILD_TARGETS) $(LEGACY_TARGETS_BUILD)
|
||||
|
||||
test: $(TEST_TARGETS)
|
||||
@failures=0; \
|
||||
|
@ -248,10 +248,6 @@ test: $(TEST_TARGETS)
|
|||
|
||||
all: $(BUILD_TARGETS) $(TEST_TARGETS) $(LEGACY_TARGETS_BUILD)
|
||||
|
||||
# Run the forbidden includes check before every build
|
||||
precompile_checks:
|
||||
@bash ./scripts/precompile-checks.sh
|
||||
|
||||
ifdef RISCV_CROSS_COMPILE
|
||||
CC := riscv64-unknown-linux-gnu-gcc
|
||||
CXX := riscv64-unknown-linux-gnu-g++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue