Skip to content

Commit ec1de10

Browse files
committed
ci: Try to use CI variables
1 parent 5fbf842 commit ec1de10

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ stages:
1717
- source iis-env.sh
1818
# Hard link cached python packages since the UV cache directory
1919
# is configured to be on the same filesystem as the build directory in the CI.
20+
- export UV_CACHE_DIR=$CI_BUILDS_DIR/../cache/uv
2021
- export UV_LINK_MODE=hardlink
2122

2223
##################

.gitlab/common.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
variables:
66
PD_COMMIT: "uv" # TODO: Use actual commit
77
SPU_COMMIT: "c2e8815487bd713624d74ef3e3e0465196b6d67f"
8-
UV_CACHE_DIR: $CI_BUILDS_DIR/../cache/uv
98

109
# Check the cache for bender and python dependencies
1110
.cache-deps:

0 commit comments

Comments
 (0)