You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been studying this project as a learning exercise, and I think I stumbled upon a couple of issues, but I'm not confident so I'm starting with a discussion and not a bug report.
In the Dockerfile, the following command is run: cmake . -D ENABLE_ARES=ON CURL_LTO=ON -D CURL_USE_OPENSSL=ON... (truncated)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been studying this project as a learning exercise, and I think I stumbled upon a couple of issues, but I'm not confident so I'm starting with a discussion and not a bug report.
In the Dockerfile, the following command is run:
cmake . -D ENABLE_ARES=ON CURL_LTO=ON -D CURL_USE_OPENSSL=ON...
(truncated)Output (plain) from bake:
I think -D is missing before CURL_LTO=ON.
Beta Was this translation helpful? Give feedback.
All reactions