From 10d18aa1c2ffb3963662389320171b6e1cb2de7d Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Thu, 10 Aug 2023 00:19:05 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=9A=20use=20Debian=20Bookworm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dca179bd6..e5eb0af37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: testCommit: stage: build - image: node:alpine + image: node:latest # Pick zero or more services to be used on all builds. # Only needed when using a docker container to run your tests in. # Check out: https://docs.gitlab.com/ee/ci/services/index.html @@ -30,7 +30,8 @@ testCommit: # POSTGRES_PASSWORD: $POSTGRES_PASSWORD # POSTGRES_HOST_AUTH_METHOD: trust script: - - apk add --no-cache cargo python3 make g++ linux-headers + - apt-get update && apt-get install -y git wget curl build-essential python3 + - curl https://sh.rustup.rs -sSf | sh -s -- -y - cp .config/ci.yml .config/default.yml - corepack enable - corepack prepare pnpm@latest --activate