[PR #1107] [MERGED] fix broken caused by boltdb in mips/mipsle #15769

Closed
opened 2025-11-02 11:54:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1107
Author: @lunny
Created: 3/3/2017
Status: Merged
Merged: 3/3/2017
Merged by: @lunny

Base: masterHead: lunny/fix_boltdb_broken


📝 Commits (1)

  • c50991e fix broken caused by boltdb in mips/mipsle

📊 Changes

2 files changed (+22 additions, -0 deletions)

View changed files

vendor/github.com/boltdb/bolt/bolt_mips.go (+11 -0)
vendor/github.com/boltdb/bolt/bolt_mipsle.go (+11 -0)

📄 Description

This fix boltdb build error on linux/mips and linux/mipsle,
inspired by https://github.com/boltdb/bolt/pull/663


🔄 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/1107 **Author:** [@lunny](https://github.com/lunny) **Created:** 3/3/2017 **Status:** ✅ Merged **Merged:** 3/3/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/fix_boltdb_broken` --- ### 📝 Commits (1) - [`c50991e`](https://github.com/go-gitea/gitea/commit/c50991e1b26b999ed28d03f65dfa89a4dbc57058) fix broken caused by boltdb in mips/mipsle ### 📊 Changes **2 files changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `vendor/github.com/boltdb/bolt/bolt_mips.go` (+11 -0) ➕ `vendor/github.com/boltdb/bolt/bolt_mipsle.go` (+11 -0) </details> ### 📄 Description This fix boltdb build error on linux/mips and linux/mipsle, inspired by https://github.com/boltdb/bolt/pull/663 --- <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 11:54:09 -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#15769