Update error message

Co-authored-by: Simon Li <orpheus+devel@gmail.com>
pull/1402/head
Yuvi Panda 2025-02-12 21:23:41 -08:00 zatwierdzone przez GitHub
rodzic a9a38de516
commit 709eb8e527
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -438,7 +438,7 @@ def make_r2d(argv=None):
# We no longer support build_memory_limit, it must be set in the builder instance
print("--build-memory-limit is no longer supported", file=sys.stderr)
print(
"Use `docker buildx create` to create a custom builder with appropriate memory limits instead",
"Check your build engine documentation to set memory limits. Use `docker buildx create` if using the default builder to create a custom builder with appropriate memory limits",
file=sys.stderr,
)
sys.exit(-1)