Skip to content

Commit

Permalink
Don't specify parallel feature for augurs-dtw-js right now
Browse files Browse the repository at this point in the history
It complicates the build process because we need to use a nightly
toolchain with a custom std library build, and complicates the
bundler process for users too.
  • Loading branch information
sd2k committed Nov 8, 2024
1 parent 9881d67 commit e3b5107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build: \
(build-inner "changepoint") \
(build-inner "clustering") \
(build-inner "core") \
(build-inner "dtw" "--features=parallel") \
(build-inner "dtw") \
(build-inner "ets") \
(build-inner "mstl") \
(build-inner "outlier") \
Expand Down

0 comments on commit e3b5107

Please sign in to comment.