Skip to content

Commit

Permalink
DAOS-16168 build: Ignore scons version deprecation (#14715)
Browse files Browse the repository at this point in the history
Disable warning for deprecated support for python
version so it doesn't fail the build.

Signed-off-by: Jeff Olivier <jeffolivier@google.com>
  • Loading branch information
jolivier23 committed Jul 11, 2024
1 parent 8d4a74b commit 45b6a1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ def scons():

deps_env = Environment()

# Silence deprecation warning so it doesn't fail the build
SetOption('warn', ['no-python-version'])

add_command_line_options()

# Scons strips out the environment, however that is not always desirable so add back in
Expand Down

0 comments on commit 45b6a1c

Please sign in to comment.