[PR #23] [MERGED] feat: add loong64 devtoolset image #6

Closed
opened 2025-09-11 00:52:06 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/23
Author: @darkyzhou
Created: 11/3/2024
Status: Merged
Merged: 11/3/2024
Merged by: @daiyam

Base: masterHead: master


📝 Commits (1)

  • 1a70ae2 feat: add loong64 devtoolset image

📊 Changes

2 files changed (+59 additions, -1 deletions)

View changed files

📝 .github/workflows/build.yml (+6 -1)
trixie-devtoolset-loong64/Dockerfile (+53 -0)

📄 Description

This PR introduces the devtoolset image for Loong64, a RISC-style ISA developed by Loongson.

The image uses Debian trixie SID because the ecosystem for the arch is quite immature.

Background: I am working on porting both VSCodium REH server and client to Loong64, and this PR is part of porting the server itself. Another PR to VSCodium repo for the server is coming soon. The build image for client will be introduced when the work on the client is done.


🔄 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/vscode-linux-build-agent/pull/23 **Author:** [@darkyzhou](https://github.com/darkyzhou) **Created:** 11/3/2024 **Status:** ✅ Merged **Merged:** 11/3/2024 **Merged by:** [@daiyam](https://github.com/daiyam) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1a70ae2`](https://github.com/VSCodium/vscode-linux-build-agent/commit/1a70ae2a288d176c6d8808febbfa642a7076e745) feat: add loong64 devtoolset image ### 📊 Changes **2 files changed** (+59 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+6 -1) ➕ `trixie-devtoolset-loong64/Dockerfile` (+53 -0) </details> ### 📄 Description This PR introduces the devtoolset image for Loong64, a RISC-style ISA developed by Loongson. The image uses Debian trixie SID because the ecosystem for the arch is quite immature. Background: I am working on porting both VSCodium REH server and client to Loong64, and this PR is part of porting the server itself. Another PR to VSCodium repo for the server is coming soon. The build image for client will be introduced when the work on the client is done. --- <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-11 00:52:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscode-linux-build-agent#6
No description provided.