From b2144cdd0a671dbe8481a8913c4118a2853fac87 Mon Sep 17 00:00:00 2001 From: Brian Ledbetter Date: Tue, 17 Dec 2024 01:34:10 +0000 Subject: [PATCH] shiny: adds loong64 to list of supported archs Fixes golang/go#70855 Change-Id: I302cd9bf25222d359b7e1c436321b45c992c1a0a GitHub-Last-Rev: 046f10b7a6340103af8e313c1d7a6b6e9ba06711 GitHub-Pull-Request: golang/exp#77 Reviewed-on: https://go-review.googlesource.com/c/exp/+/636695 Reviewed-by: Jorropo Reviewed-by: Carlos Amedee Reviewed-by: David Chase Commit-Queue: Ian Lance Taylor Auto-Submit: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI --- shiny/driver/x11driver/shm_shmopen_syscall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiny/driver/x11driver/shm_shmopen_syscall.go b/shiny/driver/x11driver/shm_shmopen_syscall.go index 74f571bc3..a5a7233fa 100644 --- a/shiny/driver/x11driver/shm_shmopen_syscall.go +++ b/shiny/driver/x11driver/shm_shmopen_syscall.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build (linux || dragonfly) && (amd64 || arm || arm64 || mips64 || mips64le) +//go:build (linux || dragonfly) && (amd64 || arm || arm64 || mips64 || mips64le || loong64) package x11driver