test dist builds
This commit is contained in:
parent
35ae742615
commit
e9c2fe63de
@ -72,7 +72,7 @@ jobs:
|
|||||||
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
||||||
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
||||||
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
||||||
options: --cpus 10
|
options: --cpus 4
|
||||||
steps:
|
steps:
|
||||||
- run: dnf install -y nodejs git
|
- run: dnf install -y nodejs git
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
@ -103,6 +103,7 @@ jobs:
|
|||||||
GOPATH: /
|
GOPATH: /
|
||||||
SSH_AUTH_SOCK: /tmp/ssh.sock
|
SSH_AUTH_SOCK: /tmp/ssh.sock
|
||||||
ENVIRONMENT: dev
|
ENVIRONMENT: dev
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
volumes:
|
volumes:
|
||||||
- "/etc/timezone:/etc/timezone:ro"
|
- "/etc/timezone:/etc/timezone:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
@ -112,9 +113,9 @@ jobs:
|
|||||||
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
||||||
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
||||||
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
||||||
options: --cpus 10
|
options: --cpus 4
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get -y update
|
- run: apt-get -y update && apt-get install -y tzdata
|
||||||
- run: apt-get install -y nodejs git
|
- run: apt-get install -y nodejs git
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: make build-deps
|
- run: make build-deps
|
||||||
|
Loading…
Reference in New Issue
Block a user