Now testing without cache
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Anne de Jong 2023-01-12 12:02:05 +01:00
parent 397085509f
commit d50e419ba8

View File

@ -1,26 +1,11 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: archlinux_build
clone: clone:
depth: 3 depth: 3
steps: steps:
- name: restore-cache-with-filesystem
image: meltwater/drone-cache
pull: true
settings:
backend: "filesystem"
restore: true
cache_key: "volume"
archive_format: "gzip"
# filesystem_cache_root: "/tmp/cache"
mount:
- 'vendor'
volumes:
- name: cache
path: /tmp/cache
- name: build-release-arch - name: build-release-arch
image: archlinux_build image: archlinux_build
pull: if-not-exists pull: if-not-exists
@ -31,24 +16,3 @@ steps:
# More than two makes ascee2 irresponsive for now # More than two makes ascee2 irresponsive for now
- make -j2 - make -j2
- name: rebuild-cache-with-filesystem
image: meltwater/drone-cache
pull: true
settings:
backend: "filesystem"
rebuild: true
cache_key: "volume"
archive_format: "gzip"
# filesystem_cache_root: "/tmp/cache"
mount:
- 'vendor'
volumes:
- name: cache
path: /tmp/cache
volumes:
- name: cache
host:
path: /var/lib/cache