Skip to content

Instantly share code, notes, and snippets.

@earnold
Created April 5, 2014 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earnold/9985594 to your computer and use it in GitHub Desktop.
Save earnold/9985594 to your computer and use it in GitHub Desktop.
$ ruby extconf.rb
I, [2014-04-04T17:16:09.743900 #4384] INFO -- : [SKYLIGHT] fetching native ext; curr-platform=x86-linux; requested-arch=linux-x86; version=f2a0e15
I, [2014-04-04T17:16:09.744192 #4384] INFO -- : [SKYLIGHT] attempting to fetch from remote; uri=https://github.com/skylightio/skylight-rust/releases/download/f2a0e15/libskylight.f2a0e15.linux-x86.a.gz
I, [2014-04-04T17:16:09.790964 #4384] INFO -- : [SKYLIGHT] fetching native ext; uri=https://github.com/skylightio/skylight-rust/releases/download/f2a0e15/libskylight.f2a0e15.linux-x86.a.gz; redirected=https://s3.amazonaws.com/github-cloud/releases/14909411/499f1604-ba30-11e3-943b-5a4c47c6cce8.gz?response-content-disposition=attachment%3B%20filename%3Dlibskylight.f2a0e15.linux-x86.a.gz&AWSAccessKeyId=AKIAISTNZFOVBIJMK3TQ&Expires=1396657029&Signature=sJyAM8GGhMDdib99WXnSsrhNlsM%3D
I, [2014-04-04T17:16:09.791146 #4384] INFO -- : [SKYLIGHT] attempting to fetch from remote; uri=https://s3.amazonaws.com/github-cloud/releases/14909411/499f1604-ba30-11e3-943b-5a4c47c6cce8.gz?response-content-disposition=attachment%3B%20filename%3Dlibskylight.f2a0e15.linux-x86.a.gz&AWSAccessKeyId=AKIAISTNZFOVBIJMK3TQ&Expires=1396657029&Signature=sJyAM8GGhMDdib99WXnSsrhNlsM%3D
I, [2014-04-04T17:16:11.511190 #4384] INFO -- : [SKYLIGHT] successfully downloaded native ext; body=2758015bytes
checking for dlfcn.h... yes
checking for skylight_high_res_time() in -lskylight... no
creating Makefile
$ make
compiling skylight_native.c
linking shared-object skylight_native.so
$ ls -lh
total 3.4M
-rw-r--r-- 1 deploy deploy 2.3K 2014-04-04 17:14 extconf.rb
-rw-r--r-- 1 deploy deploy 3.3M 2014-04-04 17:16 libskylight.a
-rw-r--r-- 1 deploy deploy 198 2014-04-04 11:56 libskylight.yml
-rw-r--r-- 1 deploy deploy 6.2K 2014-04-04 17:16 Makefile
-rw-r--r-- 1 deploy deploy 4.9K 2014-04-04 17:16 mkmf.log
-rw-r--r-- 1 deploy deploy 3.2K 2014-04-04 11:56 skylight.h
-rw-r--r-- 1 deploy deploy 49 2014-04-04 11:56 skylight.map
-rw-r--r-- 1 deploy deploy 17K 2014-04-04 11:56 skylight_native.c
-rw-r--r-- 1 deploy deploy 25K 2014-04-04 17:17 skylight_native.o
-rwxr-xr-x 1 deploy deploy 26K 2014-04-04 17:17 skylight_native.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment