Skip to content

Commit

Permalink
[toil] Build the time-helper
Browse files Browse the repository at this point in the history
I think the continuous build is broken because /usr/bin/time put bad
logging output in INDEX.tsv somehow.

Oh yeah because it was passed -o.  Doh!
  • Loading branch information
Andy Chu committed Nov 18, 2020
1 parent 236bba0 commit 3030ef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/toil-worker.sh
Expand Up @@ -170,6 +170,9 @@ EOF
run-tasks() {
### Run the tasks on stdin and write _tmp/toil/INDEX.tsv.

# So we can always run benchmarks/time_.py. TODO: Use Ninja for deps.
build/dev.sh time-helper

local out_dir=_tmp/toil
mkdir -p $out_dir

Expand Down

0 comments on commit 3030ef2

Please sign in to comment.