Skip to content

Commit 8f80fd0

Browse files
committed
Add branch name for spirv translator in .travis.xml
1 parent 9bb3bdb commit 8f80fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before-install:
3232
libclang-cpp${LLVM_VERSION}-dev
3333

3434
install:
35-
- git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git spirv-llvm-translator
35+
- git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git spirv-llvm-translator -b llvm_release_${LLVM_VERSION}0
3636
- mkdir spirv-llvm-translator/build && cd spirv-llvm-translator/build
3737
- cmake .. -DCMAKE_INSTALL_PREFIX=./install -DBUILD_SHARED_LIBS=ON -DLLVM_BUILD_TOOLS=ON -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
3838
- make -j`nproc` && make install

0 commit comments

Comments
 (0)