mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Unbreak release pipeline (#20356)
Downgrade release pipeline to node 16 until xgo updates its base OS to a version with a compatible glibc. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		@@ -652,7 +652,8 @@ steps:
 | 
				
			|||||||
    image: techknowlogick/xgo:go-1.18.x
 | 
					    image: techknowlogick/xgo:go-1.18.x
 | 
				
			||||||
    pull: always
 | 
					    pull: always
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
 | 
					      # Upgrade to node 18 once https://github.com/techknowlogick/xgo/issues/163 is resolved
 | 
				
			||||||
 | 
					      - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
 | 
				
			||||||
      - export PATH=$PATH:$GOPATH/bin
 | 
					      - export PATH=$PATH:$GOPATH/bin
 | 
				
			||||||
      - make release
 | 
					      - make release
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
@@ -771,7 +772,8 @@ steps:
 | 
				
			|||||||
    image: techknowlogick/xgo:go-1.18.x
 | 
					    image: techknowlogick/xgo:go-1.18.x
 | 
				
			||||||
    pull: always
 | 
					    pull: always
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
 | 
					      # Upgrade to node 18 once https://github.com/techknowlogick/xgo/issues/163 is resolved
 | 
				
			||||||
 | 
					      - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
 | 
				
			||||||
      - export PATH=$PATH:$GOPATH/bin
 | 
					      - export PATH=$PATH:$GOPATH/bin
 | 
				
			||||||
      - make release
 | 
					      - make release
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user