diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-02-28 10:14:04 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-02-28 11:13:51 +0000 |
| commit | 55d6f11d1578896a20515e21906295fcf2c126aa (patch) | |
| tree | 7c146bf80cbe2ffa16fdbe1ec1f7b66012d4d4d2 /Makefile | |
| parent | d367cbe5791e415abaed06819481019104eaf42a (diff) | |
makefile: silence syz-env hint on CI
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -27,11 +27,9 @@ endef RED := $(shell tput setaf 1) RESET := $(shell tput sgr0) - -ifndef SILENCE_SYZ_ENV_HINT +ifndef SYZ_ENV $(warning $(RED)run command via tools/syz-env for best compatibility, see:$(RESET)) $(warning $(RED)https://github.com/google/syzkaller/blob/master/docs/contributing.md#using-syz-env$(RESET)) -export SILENCE_SYZ_ENV_HINT=1 endif ENV := $(subst \n,$(newline),$(shell CI=$(CI)\ |
