aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-07-12 12:07:30 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-07-12 14:58:29 +0000
commitb9754d58c294db4bce541c127d90603c9bfe2cb0 (patch)
tree55737efc0aafc87fc76d80e2c01b7e5764126838 /Makefile
parent189e93f224aa365d476b65dc5693774254b20d8a (diff)
all: remove mentions of big-env
Use just env instead of that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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.