Skip to content

Commit

Permalink
Remove unneeded files in rake-compiler fork; also add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
apolcyn committed Jan 4, 2018
1 parent 2eb7a1e commit 3fc6fac
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 254 deletions.
2 changes: 1 addition & 1 deletion third_party/rake-compiler-dock/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN find / -name libwinpthread-1.dll | xargs rm
RUN find / -name *msvcrt-ruby*.dll.a | while read f ; do n=`echo $f | sed s/.dll//` ; mv $f $n ; done
RUN apt-get install -y g++-multilib

CMD "bash"
CMD bash
7 changes: 0 additions & 7 deletions third_party/rake-compiler-dock/build.sh

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions third_party/rake-compiler-dock/build/runas

This file was deleted.

43 changes: 0 additions & 43 deletions third_party/rake-compiler-dock/build/sigfw.c

This file was deleted.

30 changes: 0 additions & 30 deletions third_party/rake-compiler-dock/build/strip_wrapper

This file was deleted.

1 change: 0 additions & 1 deletion third_party/rake-compiler-dock/build/sudoers

This file was deleted.

1 change: 1 addition & 0 deletions tools/run_tests/artifacts/build_artifact_ruby.sh
Expand Up @@ -42,6 +42,7 @@ tools/run_tests/helper_scripts/bundle_install_wrapper.sh

set -ex

# TODO(apolcyn): Set dockerhub env variable to pull image
rake gem:native

if [ "$SYSTEM" == "Darwin" ] ; then
Expand Down

0 comments on commit 3fc6fac

Please sign in to comment.