[PR #1066] [MERGED] fix(1.67): update patches #1889

Closed
opened 2025-09-10 23:55:24 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscodium/pull/1066
Author: @daiyam
Created: 5/5/2022
Status: Merged
Merged: 5/7/2022
Merged by: @daiyam

Base: masterHead: fix-167


📝 Commits (5)

  • 25065b9 fix(1.67): update patches
  • a001ef9 fix(windows): use python 3
  • f613438 fix(linux): don't fail on new dependencies
  • 1091cb4 fix(windows): don't build node-gyp
  • 26fb8dc fix: disable 32bit builds

📊 Changes

8 files changed (+353 additions, -226 deletions)

View changed files

📝 .github/workflows/linux.yml (+3 -3)
📝 .github/workflows/windows.yml (+6 -3)
📝 build.sh (+1 -0)
📝 docs/build.md (+1 -1)
patches/fix-build-rpm.patch (+36 -0)
patches/fix-builtin-extensions.patch (+0 -15)
patches/fix-rpm-spec.patch (+0 -8)
📝 patches/use-github-pat.patch (+306 -196)

📄 Description

No description provided


🔄 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/VSCodium/vscodium/pull/1066 **Author:** [@daiyam](https://github.com/daiyam) **Created:** 5/5/2022 **Status:** ✅ Merged **Merged:** 5/7/2022 **Merged by:** [@daiyam](https://github.com/daiyam) **Base:** `master` ← **Head:** `fix-167` --- ### 📝 Commits (5) - [`25065b9`](https://github.com/VSCodium/vscodium/commit/25065b9b2d43c684a46a7da73098818af6a45c02) fix(1.67): update patches - [`a001ef9`](https://github.com/VSCodium/vscodium/commit/a001ef9ce98969085b4288b4d095dde87b435bf6) fix(windows): use python 3 - [`f613438`](https://github.com/VSCodium/vscodium/commit/f613438d34366a830eb945e01ffb228dd070bde0) fix(linux): don't fail on new dependencies - [`1091cb4`](https://github.com/VSCodium/vscodium/commit/1091cb486033144295d508b5f6cdd9301884c563) fix(windows): don't build node-gyp - [`26fb8dc`](https://github.com/VSCodium/vscodium/commit/26fb8dcc138d1d9fed69f25c4d170d26e9050fc4) fix: disable 32bit builds ### 📊 Changes **8 files changed** (+353 additions, -226 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linux.yml` (+3 -3) 📝 `.github/workflows/windows.yml` (+6 -3) 📝 `build.sh` (+1 -0) 📝 `docs/build.md` (+1 -1) ➕ `patches/fix-build-rpm.patch` (+36 -0) ➖ `patches/fix-builtin-extensions.patch` (+0 -15) ➖ `patches/fix-rpm-spec.patch` (+0 -8) 📝 `patches/use-github-pat.patch` (+306 -196) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-10 23:55:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#1889
No description provided.