Skip to content

Commit

Permalink
attempt to bump gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Jul 6, 2023
1 parent d4f3f68 commit 7d81a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omnibus/config/software/datadog-agent-integrations-py3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
"PIP_CONFIG_FILE" => "#{pip_config_file}",
# Specify C99 standard explicitly to avoid issues while building some
# wheels (eg. ddtrace)
"CC" => "/opt/gcc-10.4.0/bin/gcc",
"CXX" => "/opt/gcc-10.4.0/bin/g++",
"CFLAGS" => "-I#{install_dir}/embedded/include -I/opt/mqm/inc",
"CXXFLAGS" => "-I#{install_dir}/embedded/include -I/opt/mqm/inc",
"LDFLAGS" => "-L#{install_dir}/embedded/lib -L/opt/mqm/lib64 -L/opt/mqm/lib",
Expand Down

0 comments on commit 7d81a2c

Please sign in to comment.