Repository: thrift Updated Branches: refs/heads/master c71bdf85c -> 72ca60deb
THRIFT-4213 Travis build fails at curl -sSL https://www.npmjs.com/install.sh | sh Client: Build process Patch: Jens Geyer Temporarily removed nodejs from travis builds to get CI up again. This is NOT the fix, only a workaround to minimize the impact of the problem. This closes #1280 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/72ca60de Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/72ca60de Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/72ca60de Branch: refs/heads/master Commit: 72ca60debae1d9fb35d9f0085118873669006d7f Parents: c71bdf8 Author: Jens Geyer <[email protected]> Authored: Sat May 27 19:40:14 2017 +0200 Committer: Jens Geyer <[email protected]> Committed: Sun May 28 10:20:39 2017 +0200 ---------------------------------------------------------------------- build/docker/ubuntu/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/72ca60de/build/docker/ubuntu/Dockerfile ---------------------------------------------------------------------- diff --git a/build/docker/ubuntu/Dockerfile b/build/docker/ubuntu/Dockerfile index d337033..1fe494b 100644 --- a/build/docker/ubuntu/Dockerfile +++ b/build/docker/ubuntu/Dockerfile @@ -190,7 +190,8 @@ RUN mkdir -p /usr/lib/haxe && \ haxelib install hxcpp # Node.js -RUN curl -sSL https://www.npmjs.com/install.sh | sh +# temporarily removed since this breaks the build (and is not needed to test C# code) +#RUN curl -sSL https://www.npmjs.com/install.sh | sh # D RUN curl -sSL http://downloads.dlang.org/releases/2.x/2.070.0/dmd_2.070.0-0_amd64.deb -o /tmp/dmd_2.070.0-0_amd64.deb && \
