From 592cc93fd9248111d795d748a3e33a93d79d99a3 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Wed, 4 Oct 2023 13:58:25 -0700 Subject: [PATCH] temp commit to see what's going on. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 223e9abaf..6c99687f1 100644 --- a/setup.py +++ b/setup.py @@ -127,6 +127,8 @@ def using_system_libcrypto(): def strict_build_success_mode(): strict_mode = os.getenv('AWS_CRT_BUILD_STRICT_MODE') + print(strict_mode) + print(strict_mode.strip().lower()) return strict_mode != None and strict_mode.strip().lower() != 'off' def report_build_status(status):