Skip to content

Commit

Permalink
Attempt: see what happens when we remove --no-binary :all: (#19617)
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz authored and katiehockman committed Oct 2, 2023
1 parent 121af26 commit 9fee8ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omnibus/config/software/datadog-agent-integrations-py3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@
specific_build_env["cryptography"] = nix_build_env.merge(
{
"RUSTFLAGS" => "-C link-arg=-Wl,-rpath,#{install_dir}/embedded/lib",
"PIP_NO_BINARY" => ":all:",
"OPENSSL_DIR" => "#{install_dir}/embedded/",
# We have a manually installed dependency (snowflake connector) that already installed cryptography (but without the flags)
# We force reinstall it from source to be sure we use the flag
Expand Down

0 comments on commit 9fee8ff

Please sign in to comment.