Skip to content

Commit

Permalink
temp commit to see what's going on.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 4, 2023
1 parent 6156ead commit 592cc93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 592cc93

Please sign in to comment.