Skip to content

Commit aec6b30

Browse files
Unbreak release pipeline (go-gitea#20356)
Downgrade release pipeline to node 16 until xgo updates its base OS to a version with a compatible glibc. Co-authored-by: wxiaoguang <[email protected]>
1 parent bffa303 commit aec6b30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.drone.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,8 @@ steps:
652652
image: techknowlogick/xgo:go-1.18.x
653653
pull: always
654654
commands:
655-
- curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
655+
# Upgrade to node 18 once https://github.com/techknowlogick/xgo/issues/163 is resolved
656+
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
656657
- export PATH=$PATH:$GOPATH/bin
657658
- make release
658659
environment:
@@ -771,7 +772,8 @@ steps:
771772
image: techknowlogick/xgo:go-1.18.x
772773
pull: always
773774
commands:
774-
- curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
775+
# Upgrade to node 18 once https://github.com/techknowlogick/xgo/issues/163 is resolved
776+
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
775777
- export PATH=$PATH:$GOPATH/bin
776778
- make release
777779
environment:

0 commit comments

Comments
 (0)