Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-05-04 18:14:53 +0300
committerTaku Kudo <taku@google.com>2018-05-04 18:14:53 +0300
commit234283c172aba45f5180d5f7dbd94a8b6c34afef (patch)
tree139eed77a02066aa18be00aac3c5d7ad89b6cd07 /test.sh
parent3dc6020c977f502c57bcee73c12fad4b24d1b5db (diff)
Update rule for OSX
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 5c3f3aa..ad6f0b9 100755
--- a/test.sh
+++ b/test.sh
@@ -53,7 +53,8 @@ build_linux_gcc_fedora() {
build_linux_clang_ubuntu() {
setup_ubuntu
- for v in 3.9 4.0 5.0 6.0; do
+# for v in 3.9 4.0 5.0 6.0; do
+ for v in 3.9 6.0; do
apt-get install -y clang-${v}
export CXX="clang++-${v}" CC="clang-${v}"
build_generic