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>2020-10-24 04:12:46 +0300
committerTaku Kudo <taku@google.com>2020-10-24 04:12:46 +0300
commit8336bbd0c1cfba02a879afe625bf1ddaf7cd93c5 (patch)
treee31473a9a11653d8d8646330e0ce45fbf5abbc35
parent6dcff08c4e3eb7da4ef3b6584d556518d2308854 (diff)
udpate clang build rule.gmaster
-rwxr-xr-xtest.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/test.sh b/test.sh
index 35dfda8..89da018 100755
--- a/test.sh
+++ b/test.sh
@@ -104,13 +104,10 @@ 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 6.0; do
- apt-get install -y clang-${v}
- export CXX="clang++-${v}" CC="clang-${v}"
- build_generic
- rm -fr build
- done
+ apt-get install -y clang
+ export CXX="clang++" CC="clang"
+ build_generic
+ rm -fr build
}
build_osx() {