Skip to content

Commit a21a3ae

Browse files
shesekphilippem
authored andcommitted
docker: Update libwally-core to latest
The build target directory was changed from `wally_dist` to just `dist` in: ElementsProject/libwally-core@f4229b5#diff-099d172147ace15dd52979d57196e96d3c9dc8fa77f92fb9e216e1301600c35fL46-R46
1 parent cd53251 commit a21a3ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.deps

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ARG NO_LIQUID
55
ENV EXPORTED_FUNCTIONS="['_malloc', '_free', '_wally_init','_wally_asset_value_commitment','_wally_asset_generator_from_bytes']"
66
ENV EXTRA_EXPORTED_RUNTIME_METHODS="['getValue', 'ccall']"
77
ENV EMCC_OPTIONS="-s MODULARIZE=1 -s EXPORT_NAME=InitWally"
8-
RUN sh -c '[ -n "$NO_LIQUID" ] && mkdir -p /wally/wally_dist || ( \
8+
RUN sh -c '[ -n "$NO_LIQUID" ] && mkdir -p /wally/dist || ( \
99
cd /opt/emsdk && . ./emsdk_env.sh \
1010
&& git clone --no-checkout https://github.com/elementsproject/libwally-core /wally \
11-
&& cd /wally && git checkout ea984fc07f4f450b33d4eb78756f25f553e60b44 \
11+
&& cd /wally && git checkout f394af85081cbebea50f470373a89f77ad52cb94 \
1212
&& git submodule sync --recursive && git submodule update --init --recursive \
1313
&& ./tools/build_wasm.sh --enable-elements)'
1414

@@ -89,4 +89,4 @@ RUN apt-get --auto-remove remove -yqq --purge ${ESPLORA_BUILD_DEPS} manpages ${C
8989
&& apt-get autoclean \
9090
&& rm -rf /usr/share/doc* /usr/share/man /usr/share/postgresql/*/man /var/lib/apt/lists/* /var/cache/* /tmp/* /root/.cache /*.deb /root/.cargo
9191

92-
COPY --from=libwally-wasm /wally/wally_dist /srv/wally_wasm
92+
COPY --from=libwally-wasm /wally/dist /srv/wally_wasm

0 commit comments

Comments
 (0)