chore: build 4.3.3
Some checks failed
ci/crow/manual/build/11 Pipeline failed
ci/crow/manual/build/15 Pipeline was successful
ci/crow/manual/build/13 Pipeline was successful
ci/crow/manual/build/8 Pipeline was successful
ci/crow/manual/build/2 Pipeline was successful
ci/crow/manual/build/4 Pipeline was successful
ci/crow/manual/build/6 Pipeline was successful
ci/crow/manual/build/10 Pipeline was successful
ci/crow/manual/build/7 Pipeline was successful
ci/crow/manual/build/1 Pipeline was successful
ci/crow/manual/build/5 Pipeline was successful
ci/crow/manual/build/9 Pipeline was successful
ci/crow/manual/build/3 Pipeline was successful
ci/crow/manual/build/12 Pipeline was successful
ci/crow/manual/build/14 Pipeline was successful
Some checks failed
ci/crow/manual/build/11 Pipeline failed
ci/crow/manual/build/15 Pipeline was successful
ci/crow/manual/build/13 Pipeline was successful
ci/crow/manual/build/8 Pipeline was successful
ci/crow/manual/build/2 Pipeline was successful
ci/crow/manual/build/4 Pipeline was successful
ci/crow/manual/build/6 Pipeline was successful
ci/crow/manual/build/10 Pipeline was successful
ci/crow/manual/build/7 Pipeline was successful
ci/crow/manual/build/1 Pipeline was successful
ci/crow/manual/build/5 Pipeline was successful
ci/crow/manual/build/9 Pipeline was successful
ci/crow/manual/build/3 Pipeline was successful
ci/crow/manual/build/12 Pipeline was successful
ci/crow/manual/build/14 Pipeline was successful
This commit is contained in:
parent
62e6f662ac
commit
e6ee8987d4
1 changed files with 5 additions and 5 deletions
|
|
@ -94,11 +94,11 @@ steps:
|
||||||
#.
|
#.
|
||||||
|
|
||||||
- name: Get latest R version
|
- name: Get latest R version
|
||||||
image: alpine:3.21
|
image: alpine:3.22
|
||||||
commands:
|
commands:
|
||||||
- apk add -q --no-cache curl
|
- apk add -q --no-cache curl
|
||||||
- curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/r/r.rb | grep -o 'R-[0-9]*\.[0-9]*\.[0-9]*' | tr -d 'R-' | tr -d '"' | head -n 1 > r-release-version.txt
|
- curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/r/r.rb | grep -o 'R-[0-9]*\.[0-9]*\.[0-9]*' | tr -d 'R-' | tr -d '"' | head -n 1 > r-release-version.txt
|
||||||
# - echo "4.2.2" > r-release-version.txt
|
- echo "4.3.3" > r-release-version.txt
|
||||||
- cat r-release-version.txt
|
- cat r-release-version.txt
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
|
|
@ -125,7 +125,7 @@ steps:
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: HETZNER_S3_SECRET_KEY_K3S
|
from_secret: HETZNER_S3_SECRET_KEY_K3S
|
||||||
AWS_ENDPOINT_URL: https://fsn1.your-objectstorage.com
|
AWS_ENDPOINT_URL: https://fsn1.your-objectstorage.com
|
||||||
image: alpine:3.21
|
image: alpine:3.22
|
||||||
commands:
|
commands:
|
||||||
- apk add -q --no-cache aws-cli
|
- apk add -q --no-cache aws-cli
|
||||||
- aws s3 ls s3://devxy-r-builds/${PLATFORM_ID}/ | grep ${ARCH_ID} | tail -1 | awk '{print $NF}' | cut -c 3-7 > r_build_latest.txt
|
- aws s3 ls s3://devxy-r-builds/${PLATFORM_ID}/ | grep ${ARCH_ID} | tail -1 | awk '{print $NF}' | cut -c 3-7 > r_build_latest.txt
|
||||||
|
|
@ -143,7 +143,7 @@ steps:
|
||||||
|
|
||||||
# ref: https://github.com/woodpecker-ci/woodpecker/discussions/2721
|
# ref: https://github.com/woodpecker-ci/woodpecker/discussions/2721
|
||||||
- name: Build
|
- name: Build
|
||||||
image: alpine:3.21
|
image: alpine:3.22
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
|
@ -213,7 +213,7 @@ services:
|
||||||
docker:
|
docker:
|
||||||
environment:
|
environment:
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
image: docker:27-dind
|
image: docker:28-dind
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /tmp/${PLATFORM}/${ARCH}
|
- mkdir -p /tmp/${PLATFORM}/${ARCH}
|
||||||
- dockerd --tls=false --mtu 1420 --host=tcp://0.0.0.0:2375
|
- dockerd --tls=false --mtu 1420 --host=tcp://0.0.0.0:2375
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue