Skip to content

Commit

Permalink
add cmark to 'cpp' container
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Sep 26, 2022
1 parent 6b2e87d commit ea9dcf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions deps/Dockerfile.cpp
Expand Up @@ -21,6 +21,9 @@ RUN deps/from-R.sh other-tests
COPY build/common.sh /home/uke/tmp/build/common.sh
COPY deps/from-tar.sh /home/uke/tmp/deps/from-tar.sh
# For making benchmark HTML
RUN deps/from-tar.sh layer-cmark
COPY --chown=uke _cache/bloaty-1.1.tar.bz2 \
/home/uke/tmp/_cache/bloaty-1.1.tar.bz2
RUN deps/from-tar.sh layer-bloaty && \
Expand Down
2 changes: 1 addition & 1 deletion deps/images.sh
Expand Up @@ -72,7 +72,7 @@ build() {
tag() {
local name=${1:-dummy}

local tag='v-2022-09-25'
local tag='v-2022-09-26'
sudo docker tag oilshell/soil-$name:latest oilshell/soil-$name:$tag
}

Expand Down
4 changes: 2 additions & 2 deletions soil/host-shim.sh
Expand Up @@ -24,8 +24,8 @@ live-image-tag() {
echo 'v-2022-09-24'
;;
(cpp)
# Added R packages
echo 'v-2022-09-25'
# Added cmark for benchmark HTML
echo 'v-2022-09-26'
;;
(dev-minimal)
# soil-common and cache mount
Expand Down

0 comments on commit ea9dcf1

Please sign in to comment.