[PR #4020] [MERGED] Fix CI make compress #17200

Closed
opened 2025-11-02 12:29:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4020
Author: @sapk
Created: 5/22/2018
Status: Merged
Merged: 5/22/2018
Merged by: @techknowlogick

Base: masterHead: fix-make-compress-in-ci


📝 Commits (2)

  • 83bc5a4 Add $GOPATH/bin to PATH for make releases
  • 7873f89 Merge branch 'master' into fix-make-compress-in-ci

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 .drone.yml (+1 -0)

📄 Description

Fix a bug intorduced by me in #3991 since xgo image doesn't seems to have gopath/bin folder in path.
So I add $GOPATH/bin to PATH for make releases

For reference : https://github.com/karalabe/xgo/blob/master/docker/base/Dockerfile


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4020 **Author:** [@sapk](https://github.com/sapk) **Created:** 5/22/2018 **Status:** ✅ Merged **Merged:** 5/22/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `fix-make-compress-in-ci` --- ### 📝 Commits (2) - [`83bc5a4`](https://github.com/go-gitea/gitea/commit/83bc5a4558dd9f86b974dea6b7c3e189b0e5515b) Add $GOPATH/bin to PATH for make releases - [`7873f89`](https://github.com/go-gitea/gitea/commit/7873f8906f982d91f0b3f6a2f5a4972642890eda) Merge branch 'master' into fix-make-compress-in-ci ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+1 -0) </details> ### 📄 Description Fix a bug intorduced by me in #3991 since xgo image doesn't seems to have gopath/bin folder in path. So I add $GOPATH/bin to PATH for make releases For reference : https://github.com/karalabe/xgo/blob/master/docker/base/Dockerfile --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:29:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17200