-
Notifications
You must be signed in to change notification settings - Fork 2
/
build.cfg
37 lines (33 loc) · 974 Bytes
/
build.cfg
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
[clone]
# number of threads also applies to how many docker
# containers are spawned at a time
multithreaded = True
threads = 2
[git]
submodules_recursive = True
[build]
# build twice to extend the dependency map. We no longer use this.
double_build = False
# try to install dependencies using CI systems or dependency map
install_deps = True
# only run the configure stage
skip_build = False
# save IR and AST to compiler_output
save_ir = True
save_ast = True
# don't delete the source and build directory after the container exits
# keep_build_files = True # no longer used
keep_source_files = False
# gets passed to the make -j command
jobs = 64
# 8, 9, 10, 11 supported
clang_version = 18
# timout to kill a docker container without progress
docker_timeout = 30
store_to_remote_server = True
remove_local_artifacts = True
save_headers = True
[remote]
user = cdragancea
host = spclstorage.inf.ethz.ch
artifacts_target_folder = /spclstorage/cdragancea/builds_archive