I hereby claim:
- I am firejdl on github.
- I am firejdl (https://keybase.io/firejdl) on keybase.
- I have a public key whose fingerprint is CD5E 5B00 7122 6FB6 4528 6D43 EFB3 EE75 65F4 CE62
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
ruby_block "sync_build_from_s3" do | |
action :nothing | |
block do | |
# latest_file contains path to the latest.txt, which lists files to sync | |
file = File.new(latest_file, "r"); | |
run_context = Chef::RunContext.new(node, node.run_context.cookbook_collection, node.run_context.events) | |
# | |
# Create the directory to hold the new build files | |
# |
#!/bin/bash | |
# number of threads to use for compilation | |
export THREADS=4 | |
mkdir toolchain | |
cd toolchain | |
# grab sources | |
wget ftp://sources.redhat.com/pub/newlib/newlib-1.20.0.tar.gz |