From b9754d58c294db4bce541c127d90603c9bfe2cb0 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 12 Jul 2023 12:07:30 +0200 Subject: all: remove mentions of big-env Use just env instead of that. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a8a524d8d..e3d9ebbe5 100644 --- a/Makefile +++ b/Makefile @@ -365,10 +365,10 @@ presubmit_arch_executor: descriptions env TARGETOS=test TARGETARCH=32_fork_shmem $(MAKE) executor presubmit_big: descriptions - # This target runs on CI in syz-big-env, - # so we test packages that need GCloud SDK or OS toolchains. + # This target runs on CI in syz-env, + # so we can test packages that need GCloud SDK or OS toolchains. # Run tests with clang on Linux. - # big-env also contains toolchains for NetBSD/Fuchsia/Akaros, + # syz-env also contains toolchains for NetBSD/Fuchsia/Akaros, # but these OSes use fixed toolchains and are not affected by SYZ_CLANG=yes. # This way we get maximum coverage: smoke run tests Linux/gcc, # while this run tests Linux/clang + the additional OSes. -- cgit mrf-deployment