Skip to content

Commit 335fc1a

Browse files
committed
move llvmmos
1 parent 63bf06e commit 335fc1a

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

bin/yaml/c.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ compilers:
3434
- "2.17"
3535
- "2.18"
3636
- "2.19"
37-
llvmmos:
38-
if: nightly
39-
type: nightlytarballs
40-
compression: xz
41-
dir: llvm-mos-{name}
42-
check_exe: bin/clang --version
43-
url: https://github.com/llvm-mos/llvm-mos-sdk/releases/latest/download/llvm-mos-linux.tar.xz
44-
untar_dir: llvm-mos
45-
targets:
46-
- trunk
4737
gcc:
4838
type: s3tarballs
4939
check_exe: bin/gcc -v

bin/yaml/cpp.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,15 @@ compilers:
12721272
check_exe: bin/vast-front --version
12731273
targets:
12741274
- trunk
1275+
llvmmos:
1276+
type: nightlytarballs
1277+
compression: xz
1278+
dir: llvm-mos-{name}
1279+
check_exe: bin/clang --version
1280+
url: https://github.com/llvm-mos/llvm-mos-sdk/releases/latest/download/llvm-mos-linux.tar.xz
1281+
untar_dir: llvm-mos
1282+
targets:
1283+
- trunk
12751284
djgpp:
12761285
type: tarballs
12771286
check_exe: bin/i586-pc-msdosdjgpp-g++ --version

0 commit comments

Comments
 (0)