Created
August 3, 2019 05:15
-
-
Save hsbt/5023db0623f873ed47a6e6961116f243 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bento:cb hsbt$ git diff | |
diff --git a/sample/build-ruby b/sample/build-ruby | |
index 763f1d6..740d007 100755 | |
--- a/sample/build-ruby | |
+++ b/sample/build-ruby | |
@@ -47,12 +47,13 @@ require 'chkbuild' | |
# ChkBuild.nickname identify chkbuild installation. | |
# It is used for title of HTML, etc. | |
# The default is the hostname (without domain). | |
-# ChkBuild.nickname = 'nickname' | |
+ChkBuild.nickname = 'osx1014' | |
# ChkBuild.top_uri is used for RSS. | |
# ChkBuild.top_uri = "file://#{ChkBuild.public_top}/" | |
# ChkBuild.top_uri = nil # use relative URL | |
+ChkBuild.s3_upload_target | |
ChkBuild::Ruby.def_target( | |
[ | |
{ :suffix_? => 'master', :output_interval_timeout => '10min' }, | |
@@ -81,6 +82,7 @@ ChkBuild::Ruby.def_target( | |
# :autoconf_command => 'autoconf', | |
# :configure_args_valgrind => %w[--with-valgrind], | |
# :configure_args_enable_shared => %w[--enable-shared], | |
+ :configure_args => %w[--with-openssl-dir=/opt/local], | |
# :cppflags => %w[-DRUBY_DEBUG_ENV], | |
# :optflags => %w[-O2], | |
# :debugflags => %w[-g], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment