-
Notifications
You must be signed in to change notification settings - Fork 319
/
Copy pathtools.yaml
207 lines (207 loc) · 5.68 KB
/
tools.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
tools:
cmake:
type: tarballs
compression: gz
url: https://github.com/Kitware/CMake/releases/download/v{name}/cmake-{name}-Linux-x86_64.tar.gz
strip_components: 1
dir: cmake-v{name}
create_untar_dir: true
check_exe: bin/cmake --help
targets:
- 3.26.1
- 3.26.4
- 3.27.9
- 3.28.0-rc5
- name: 3.28.0
symlink: cmake # The one distinguished cmake we use for "cmake" on the site
- 3.28.4
- 3.29.2
experimental:
type: tarballs
compression: gz
url: https://cmake.org/files/dev/cmake-{name}-linux-x86_64.tar.gz
strip_components: 1
dir: cmake-v{name}
create_untar_dir: true
check_exe: bin/cmake --help
targets:
- 3.29.20240506-g1ea8fa8
ninja:
type: ziparchive
extract_into_folder: true
folder: ninja-v{name}
url: https://github.com/ninja-build/ninja/releases/download/v{name}/ninja-linux.zip
dir: ninja-v{name}
create_untar_dir: true
check_exe: ninja --version
symlink: ninja
targets:
- 1.11.1
heaptrack:
type: s3tarballs
compression: xz
check_exe: bin/heaptrack --help
depends:
- tools/patchelf 0.15.0
targets:
- x86_64-v1.3.0
- aarch64-v1.3.0
after_stage_script:
- /opt/compiler-explorer/patchelf-0.15.0/bin/patchelf --set-rpath /opt/compiler-explorer/heaptrack-{name}/lib heaptrack-{name}/bin/heaptrack_print
glibc-tools-x86_64:
type: tarballs
compression: xz
check_exe: tracer --help
symlink: glibc-tools-x86_64
dir: glibc-tools-x86_64-{name}
untar_dir: glibc-tools-x86_64
create_untar_dir: true
targets:
- v1.4
url: https://github.com/compiler-explorer/glibc-tools/releases/download/{name}/glibc-tools-x86_64.tar.xz
glibc-tools-arm64:
type: tarballs
compression: xz
# not x86, so we can't execute
check_file: tracer
symlink: glibc-tools-arm64
dir: glibc-tools-arm64-{name}
untar_dir: glibc-tools-arm64
create_untar_dir: true
targets:
- v1.5
url: https://github.com/compiler-explorer/glibc-tools/releases/download/{name}/glibc-tools-arm64.tar.xz
iwyu:
type: s3tarballs
compression: xz
check_exe: bin/include-what-you-use --version
path_name: iwyu/{name}
targets:
- name: '0.12'
after_stage_script:
- ln -s /opt/compiler-explorer/clang-8.0.0/lib iwyu-{name}/lib
- name: '0.20'
after_stage_script:
- ln -s /opt/compiler-explorer/clang-16.0.0/lib iwyu-{name}/lib
- name: '0.21'
after_stage_script:
- ln -s /opt/compiler-explorer/clang-17.0.1/lib iwyu-{name}/lib
- name: '0.22'
after_stage_script:
- ln -s /opt/compiler-explorer/clang-18.1.0/lib iwyu-{name}/lib
pvs-studio:
if:
- non-free
- nightly
install_always: true
type: tarballs
url: https://files.viva64.com/pvs-studio-latest.tgz
compression: gz
create_untar_dir: true
dir: pvs-studio-latest
strip_components: 1
check_exe: bin/pvs-studio --version
targets:
- latest
osaca:
type: pip
depends:
- compilers/python 3.13.0
dir: osaca-{name}
python: '%DEP0%/bin/python3'
package: osaca=={name}
check_exe: bin/osaca --version
targets:
- 0.6.1
rustfmt:
type: tarballs
dir: rustfmt-{name}
compression: gz
check_exe: rustfmt --version
targets:
- name: 1.4.36
url: https://github.com/rust-lang/rustfmt/releases/download/v1.4.36/rustfmt_linux-x86_64_v1.4.36.tar.gz
strip_components: 1
create_untar_dir: true
mmbutils:
if: nightly
type: github
method: nightlyclone
repo: sweharris/MMB_Utils
path_name: mmbutils
check_file: beeb
check_exe: ./beeb
targets:
- trunk
asm-parser:
if: nightly
type: nightlytarballs
dir: asm-parser
create_untar_dir: true
compression: xz
url: https://github.com/compiler-explorer/asm-parser/releases/latest/download/asm-parser.tar.xz
check_exe: asm-parser --version
targets:
- trunk
xa:
type: tarballs
dir: x86-to-6502/xa-{{name}}
untar_dir: xa-{{name}}
check_exe: bin/xa --version
url: https://www.floodgap.com/retrotech/xa/dists/xa-{{name}}.tar.gz
compression: gz
targets:
- 2.3.13
after_stage_script:
- mv xa-{{name}} xa-build
- mkdir -p xa-{{name}}/bin
- cd xa-build
- make xa uncpk
- mv xa ../xa-{{name}}/bin/xa
- mv reloc65 ../xa-{{name}}/bin/reloc65
- mv ldo65 ../xa-{{name}}/bin/ldo65
- mv file65 ../xa-{{name}}/bin/file65
- mv printcbm ../xa-{{name}}/bin/printcbm
- mv uncpk ../xa-{{name}}/bin/uncpk
patchelf:
type: tarballs
url: https://github.com/NixOS/patchelf/releases/download/{{name}}/patchelf-{{name}}-x86_64.tar.gz
compression: gz
dir: patchelf-{{name}}
untar_dir: .
check_exe: bin/patchelf --version
targets:
- 0.15.0
pahole:
if: nightly
type: nightly
check_exe: bin/pahole
targets:
- trunk
fpm:
type: singleFile
url: https://github.com/fortran-lang/fpm/releases/download/v{{name}}/fpm-{{name}}-linux-x86_64
dir: fpm-{{name}}
check_exe: fpm --version
filename: fpm
after_stage_script:
- chmod +x fpm
targets:
- 0.9.0
baksmali:
type: singleFile
dir: baksmali-{name}
depends:
- compilers/java 16.0.1
check_exe: "%DEP0%/bin/java -jar {dir}/{filename} --version"
filename: baksmali-{name}-fat.jar
url: https://storage.googleapis.com/r8-releases/smali/{name}/{filename}
targets:
- 3.0.3
bloaty:
type: s3tarballs
compression: xz
dir: bloaty-{name}
check_exe: bin/bloaty --help
targets:
- "1.1"