Skip to content

Commit

Permalink
Remove TODO related to building Python wheels
Browse files Browse the repository at this point in the history
Will open an issue for it
  • Loading branch information
SkyLeite committed Sep 6, 2023
1 parent 2077e7e commit 6994bc9
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/cli/plugin/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,30 +107,6 @@ impl Builder {

info!("Building py_modules");

// TODO: Build wheels if required
/*
docker::run_image(
image_tag.into(),
vec![
(
source_py_modules_dir
.canonicalize()?
.to_str()
.unwrap()
.into(),
"/py_modules".into(),
),
(
tmp_py_modules_dir.to_str().unwrap().into(),
"/py_modules/build".into(),
),
],
self.build_as_root.clone(),
self.build_with_dev.clone(),
)
.await
*/

self.copy_py_modules(source_py_modules_dir, tmp_py_modules_dir)?;

Ok(())
Expand Down

0 comments on commit 6994bc9

Please sign in to comment.