Skip to content

Commit

Permalink
Remove extraneous workarounds for clang missing in Gitpod.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan McQuen <[email protected]>
  • Loading branch information
ryanpcmcquen committed Aug 31, 2020
1 parent c66ab51 commit 60daeae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Temporary fix for a broken clang package:
# https://github.com/gitpod-io/gitpod/issues/1694
# FROM gitpod/workspace-full:branch-jx-explicitly-install-clang
FROM gitpod/workspace-full-vnc

USER gitpod

RUN sudo apt-get -q update && \
sudo apt-get install -yq libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev cloc

# Temporary fix for a broken clang package:
# https://github.com/gitpod-io/gitpod/issues/1694
#ENV CC=clang-11
Binary file added basque
Binary file not shown.

0 comments on commit 60daeae

Please sign in to comment.