mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2026-02-04 12:38:04 -06:00
[PR #23] [MERGED] feat: add loong64 devtoolset image #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
1a70ae2feat: 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.