diff --git a/Dockerfile b/Dockerfile index 7c202c5..5a838b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/devenv.sh b/devenv.sh index fbf12cb..4a9301a 100755 --- a/devenv.sh +++ b/devenv.sh @@ -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 diff --git a/silverfish b/silverfish index 8a6d7ad..1faad39 160000 --- a/silverfish +++ b/silverfish @@ -1 +1 @@ -Subproject commit 8a6d7ad8d7e1f8f6702f4dc2b0060732626af9c0 +Subproject commit 1faad393c7d559cefb5da9600e2827fc35eb0109