Skip to content
Snippets Groups Projects
Commit c88e94e6 authored by satwikShresth's avatar satwikShresth
Browse files

testing new configs

parent b760fc81
No related branches found
No related tags found
No related merge requests found
Pipeline #8583 failed
......@@ -6,10 +6,16 @@ variables:
PACKAGE_NAME: "python-rust-uv-alpine"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${PACKAGE_NAME}/${PACKAGE_VERSION}"
BINARY_NAME: "${PACKAGE_NAME}-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}"
UV_VERSION: 0.5
PYTHON_VERSION: 3.12
BASE_LAYER: bookworm-slim
# GitLab CI creates a separate mountpoint for the build directory,
# so we need to copy instead of using hard links.
UV_LINK_MODE: copy
build:
stage: build
image: python:3.12-alpine
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
script:
- apk add --no-cache curl ca-certificates gcc g++ make musl-dev libffi-dev openssl-dev
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment