File tree Expand file tree Collapse file tree 8 files changed +26
-10
lines changed Expand file tree Collapse file tree 8 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 8
8
key : " asan"
9
9
plugins :
10
10
- JuliaCI/julia#v1:
11
- version : 1.6
11
+ # Drop default "registries" directory, so it is not persisted from execution to execution
12
+ persist_depot_dirs : packages,artifacts,compiled
13
+ version : ' 1.6'
12
14
- staticfloat/sandbox#v1:
13
15
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/llvm_passes.x86_64.tar.gz
14
16
rootfs_treehash : " 9dd715500b117a16fcfa419ea0bca0c0ca902cee"
18
20
- " /cache/repos:/cache/repos"
19
21
# `contrib/check-asan.jl` needs a `julia` binary inside the inner sandbox:
20
22
- JuliaCI/julia#v1:
21
- version : 1.6
23
+ # Drop default "registries" directory, so it is not persisted from execution to execution
24
+ persist_depot_dirs : packages,artifacts,compiled
25
+ version : ' 1.6'
22
26
timeout_in_minutes : 120
23
27
commands : |
24
28
echo "--- Build julia-debug with ASAN"
Original file line number Diff line number Diff line change 8
8
key : doctest
9
9
plugins :
10
10
- JuliaCI/julia#v1:
11
- version : 1.6
11
+ # Drop default "registries" directory, so it is not persisted from execution to execution
12
+ persist_depot_dirs : packages,artifacts,compiled
13
+ version : ' 1.6'
12
14
- staticfloat/sandbox#v1:
13
15
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz
14
16
rootfs_treehash : " 8c33c341a864852629b8aac01a6eb6a79b73570e"
Original file line number Diff line number Diff line change 8
8
key : " embedding"
9
9
plugins :
10
10
- JuliaCI/julia#v1:
11
- version : 1.6
11
+ # Drop default "registries" directory, so it is not persisted from execution to execution
12
+ persist_depot_dirs : packages,artifacts,compiled
13
+ version : ' 1.6'
12
14
- staticfloat/sandbox#v1:
13
15
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz
14
16
rootfs_treehash : " 8c33c341a864852629b8aac01a6eb6a79b73570e"
Original file line number Diff line number Diff line change 8
8
key : " analyzegc"
9
9
plugins :
10
10
- JuliaCI/julia#v1:
11
- version : 1.6
11
+ # Drop default "registries" directory, so it is not persisted from execution to execution
12
+ persist_depot_dirs : packages,artifacts,compiled
13
+ version : ' 1.6'
12
14
- staticfloat/sandbox#v1:
13
15
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/llvm_passes.x86_64.tar.gz
14
16
rootfs_treehash : " 9dd715500b117a16fcfa419ea0bca0c0ca902cee"
26
28
key : " llvmpasses"
27
29
plugins :
28
30
- JuliaCI/julia#v1:
29
- version : 1.6
31
+ # Drop default "registries" directory, so it is not persisted from execution to execution
32
+ persist_depot_dirs : packages,artifacts,compiled
33
+ version : ' 1.6'
30
34
- staticfloat/sandbox#v1:
31
35
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/v3.8/package_linux.x86_64.tar.gz
32
36
rootfs_treehash : " 84a323ae8fcc724f8ea5aca5901bbbf4bda3e519"
Original file line number Diff line number Diff line change 8
8
key : " whitespace"
9
9
plugins :
10
10
- JuliaCI/julia#v1:
11
- version : 1.6
11
+ # Drop default "registries" directory, so it is not persisted from execution to execution
12
+ persist_depot_dirs : packages,artifacts,compiled
13
+ version : ' 1.6'
12
14
- staticfloat/sandbox#v1:
13
15
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz
14
16
rootfs_treehash : " 8c33c341a864852629b8aac01a6eb6a79b73570e"
Original file line number Diff line number Diff line change 10
10
- JuliaCI/julia#v1:
11
11
# Drop default "registries" directory, so it is not persisted from execution to execution
12
12
persist_depot_dirs : packages,artifacts,compiled
13
- version : 1.6
13
+ version : ' 1.6'
14
14
- staticfloat/sandbox#v1:
15
15
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/${ROOTFS_TAG?}/package_linux.${ROOTFS_ARCH?}.tar.gz
16
16
rootfs_treehash : " ${ROOTFS_TREE?}"
Original file line number Diff line number Diff line change 11
11
- JuliaCI/julia#v1:
12
12
# Drop default "registries" directory, so it is not persisted from execution to execution
13
13
persist_depot_dirs : packages,artifacts,compiled
14
- version : 1.6
14
+ version : ' 1.6'
15
15
- staticfloat/sandbox#v1:
16
16
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/${ROOTFS_TAG?}/package_linux.${ROOTFS_ARCH?}.tar.gz
17
17
rootfs_treehash : " ${ROOTFS_TREE?}"
Original file line number Diff line number Diff line change 11
11
- CODECOV_TOKEN="U2FsdGVkX19l0fhdBabbuiEdysyEabkJLRHfxm7CNRkuGbnwPV365sxxC7Czs/CVcws0N1oB4pVwALRRMe36oA=="
12
12
- COVERALLS_TOKEN="U2FsdGVkX19zopI0hMNzzi2UUOvNVFD8Y0iisFnO/ryVxU7Tit8ZEaeN+gxodRx4CosUUh192F1+q3dTMWRIvw=="
13
13
- JuliaCI/julia#v1:
14
- version : 1.6
14
+ # Drop default "registries" directory, so it is not persisted from execution to execution
15
+ persist_depot_dirs : packages,artifacts,compiled
16
+ version : ' 1.6'
15
17
- staticfloat/sandbox#v1:
16
18
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz
17
19
rootfs_treehash : " 8c33c341a864852629b8aac01a6eb6a79b73570e"
You can’t perform that action at this time.
0 commit comments