fixed a wasmception make bug, updating commit heads

main
Phani 5 years ago
parent f49a14249d
commit c657259918

@ -41,12 +41,6 @@ RUN apt-get update \
libuv1-dev \
&& rm -rf /var/lib/apt/lists/*
# Enable apache2 for svn
RUN a2enmod dav
RUN a2enmod dav_svn
RUN service apache2 restart
RUN pip3 install numpy
# set to use our installed clang version
RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-8 100
RUN update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-8 100

@ -71,11 +71,6 @@ envsetup() {
echo "Updating git submodules"
git submodule update --init --recursive 2>/dev/null || :d
# Downstream fix to force use of https in the Wasmception Makefile
# TODO: Should this be moved upstream?
echo "Patching ${SYS_WASMCEPTION}/Makefile to use https:// in place of http://"
sed -i 's/http:\/\//https:\/\//' ${SYS_WASMCEPTION}/Makefile
# As a user nicety, warn the user if awsm-dev is detected
# This UX differs from detecting awsm, which immediately exits
# This is disabled because it doesn't seem useful

@ -1 +1 @@
Subproject commit 8a6d7ad8d7e1f8f6702f4dc2b0060732626af9c0
Subproject commit 1faad393c7d559cefb5da9600e2827fc35eb0109
Loading…
Cancel
Save