test install go

This commit is contained in:
GoncaloGarcia 2025-04-23 18:26:07 +01:00
parent c3bfd1d4ec
commit d2c11c0f36
1 changed files with 3 additions and 3 deletions

View File

@ -69,11 +69,10 @@ build_cloudflared_macos: &build
- exec ${BUILD_SCRIPT}
build_cloudflared_macos_tagged_release:
stage: release
image: docker-registry.cfdata.org/stash/devtools/ci-builders/python3.11/master:2917-0943e356eb01@sha256:a2780322e1926273ade752ae0c936876b9bef388d43b866347d6b2acd982d7e8
stage: build
image: docker-registry.cfdata.org/stash/cf/debian-images/bookworm/main:302-326550a62d5c@sha256:c8257b4e523f34b4ae6c6816d7685a39eabe0bd8c8bccb2c5befbacaed47f911
dependencies:
- check_tag
- build_cloudflared_macos
cache:
paths:
- .cache/pip
@ -89,6 +88,7 @@ build_cloudflared_macos_tagged_release:
vault: gitlab/cloudflare/tun/cloudflared/_dev/cfd_github_api_key/data@kv
file: false
before_script:
- sudo apt-get update && apt-get install -y go-boring=1.22.10-1 build-essential python3-dev libffi-dev python3-setuptools python3-pip python3-venv
- python3 --version ; pip --version # For debugging
- pip install virtualenv
- /home/gitlab-runner/.local/bin/virtualenv venv