-
Notifications
You must be signed in to change notification settings - Fork 319
/
Copy pathkotlin-native.yaml
51 lines (51 loc) · 1.14 KB
/
kotlin-native.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
compilers:
kotlin-native:
type: tarballs
dir: kotlin-native-linux-{name}
compression: gz
check_exe: bin/kotlinc-native -version
check_env:
- JAVA_HOME=%DEP0%
filename: kotlin-native-linux-{name}
url: https://github.com/JetBrains/kotlin/releases/download/v{name}/{filename}.tar.gz
untar_dir: '{filename}'
depends:
- compilers/java 16.0.1
targets:
- name: 1.4.0
filename: kotlin-native-linux-1.4
- 1.4.10
- name: 1.4.20
filename: kotlin-native-prebuilt-linux-1.4.20
- name: 1.4.21
filename: kotlin-native-prebuilt-linux-1.4.21
- 1.4.30
- 1.4.31
- 1.4.32
- 1.5.0
- 1.5.10
- 1.5.20
- 1.5.21
newer:
filename: kotlin-native-linux-x86_64-{name}
targets:
- 1.5.30
- 1.5.31
- 1.6.0
- 1.6.10
- 1.6.20
- 1.7.0
- 1.8.0
- 1.8.10
- 1.8.20
- 1.9.0
- 1.9.10
- 1.9.20
k2:
filename: kotlin-native-prebuilt-linux-x86_64-{name}
targets:
- 2.0.0
- 2.0.10
- 2.0.20
- 2.0.21
- 2.1.0