From e9c2fe63de3968eba6b0db0f0e7f221762368d61 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Tue, 28 May 2024 16:13:15 -0700 Subject: [PATCH] test dist builds --- .gitea/workflows/test.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 703034b..5a39bf9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -72,7 +72,7 @@ jobs: - "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro" - "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro" - "/etc/ssl/certs:/etc/ssl/certs:ro" - options: --cpus 10 + options: --cpus 4 steps: - run: dnf install -y nodejs git - name: Check out repository code @@ -103,6 +103,7 @@ jobs: GOPATH: / SSH_AUTH_SOCK: /tmp/ssh.sock ENVIRONMENT: dev + DEBIAN_FRONTEND: noninteractive volumes: - "/etc/timezone:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" @@ -112,9 +113,9 @@ jobs: - "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro" - "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro" - "/etc/ssl/certs:/etc/ssl/certs:ro" - options: --cpus 10 + options: --cpus 4 steps: - - run: apt-get -y update + - run: apt-get -y update && apt-get install -y tzdata - run: apt-get install -y nodejs git - uses: actions/checkout@v3 - run: make build-deps