[Groonga-commit] groonga/groonga at 5483788 [master] travis macos: use OpenSSL installed by Homebrew

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 12 14:43:46 JST 2016


Kouhei Sutou	2016-10-12 14:43:46 +0900 (Wed, 12 Oct 2016)

  New Revision: 5483788f3324766384f45fe0c87d506e3cbd3d76
  https://github.com/groonga/groonga/commit/5483788f3324766384f45fe0c87d506e3cbd3d76

  Message:
    travis macos: use OpenSSL installed by Homebrew

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+3 -0)
===================================================================
--- tools/travis-script.sh    2016-10-12 14:43:01 +0900 (09ec3b4)
+++ tools/travis-script.sh    2016-10-12 14:43:46 +0900 (db0ba72)
@@ -32,6 +32,9 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
   newfs_hfs ${memory_fs_device_path}
   mkdir -p tmp
   mount -t hfs ${memory_fs_device_path} tmp
+
+  export PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig"
+
   command_test_options="${command_test_options} --n-workers=2"
 else
   command_test_options="${command_test_options} --n-workers=4"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index