Skip to content

Commit

Permalink
[soil] re-enable tarball with new image
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Dec 21, 2024
1 parent 8cd21a9 commit 656e9bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions soil/worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ ovm-tarball-tasks() {
os-info soil/diagnose.sh os-info -
dump-env soil/diagnose.sh dump-env -
py-all build/py.sh all -
make-tarball devtools/release.sh py-tarball _release/oil.tar
ysh-ovm-tarball test/spec-py.sh ysh-ovm-tarball _tmp/spec/ysh-py/index.html
syscall test/syscall.sh soil-run _tmp/syscall/-wwz-index
osh-spec test/spec-py.sh osh-all-serial _tmp/spec/osh-py/index.html
gold test/gold.sh soil-run -
Expand All @@ -345,9 +347,6 @@ EOF
# doc-metrics is a no-op, just for the link. Because soil-run just runs the
# release, which creates metrics.

# TODO: restore these after fixing fallout from vendor/typing.py
#make-tarball devtools/release.sh py-tarball _release/oil.tar
#ysh-ovm-tarball test/spec-py.sh ysh-ovm-tarball _tmp/spec/ysh-py/index.html
}

# Reuse ovm-tarball container
Expand Down

0 comments on commit 656e9bc

Please sign in to comment.