Skip to content
Snippets Groups Projects
Verified Commit d320ad2e authored by Christian Dreher's avatar Christian Dreher
Browse files

chore: try pip cache

parent 73ef6987
No related branches found
No related tags found
2 merge requests!835Add jobs for noble, allow them to fail,!487OS-specific apt CI caches and pip CI caches
Pipeline #7850 passed
...@@ -7,15 +7,22 @@ stages: ...@@ -7,15 +7,22 @@ stages:
.bootstrap-axii: .bootstrap-axii:
cache: cache:
key: general-apt-cache - key: general-pip-cache
paths: paths:
- .apt - .pip
- key: general-apt-cache
paths:
- .apt
before_script: before_script:
- export LC_ALL=C.UTF-8 - export LC_ALL=C.UTF-8
- export LANG=C.UTF-8 - export LANG=C.UTF-8
- source /etc/os-release - source /etc/os-release
# Pip cache configuration.
- export PIP_CACHE_DIR="$CI_PROJECT_DIR/.pip"
- mkdir -p ".pip" || true
# Apt cache configuration. # Apt cache configuration.
- rm -rf /var/cache/apt/archives || true - rm -rf /var/cache/apt/archives || true
- rm -f /etc/apt/apt.conf.d/docker-clean # Remove docker-clean script to avoid cache deletion. - rm -f /etc/apt/apt.conf.d/docker-clean # Remove docker-clean script to avoid cache deletion.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment