Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/commands/build/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@ pub fn setup_build_script(
container_source_dir, container_source_dir, container_output_dir
),
Project::Curio => format!(
// FFI_USE_OPENCL=1: curio main requires CUDA or OpenCL for libfilecoin;
// the builder image ships OpenCL, and this flag also skips the supraseal dep.
r#"git config --global --add safe.directory {} && \
cd {} && \
make clean 2k pdptool && \
make FFI_USE_OPENCL=1 clean 2k pdptool && \
Comment thread
rvagg marked this conversation as resolved.
cp curio sptool pdptool {}"#,
Comment thread
rvagg marked this conversation as resolved.
container_source_dir, container_source_dir, container_output_dir
),
Expand Down
Loading