]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/link: run ELF tests on Solaris
authorIan Lance Taylor <iant@golang.org>
Thu, 5 Feb 2026 23:08:19 +0000 (15:08 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 6 Feb 2026 23:39:59 +0000 (15:39 -0800)
Change-Id: If06d5b5f4a491ea80f001d930f3f4a5f22290460
Reviewed-on: https://go-review.googlesource.com/c/go/+/742560
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/link/elf_test.go

index adf255a7e3db7297bfefaf59860a0a8d81108f1f..9b06d71cda2887d6bc1cf59d8ccd390c99e87f35 100644 (file)
@@ -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 dragonfly || freebsd || linux || netbsd || openbsd
+//go:build dragonfly || freebsd || linux || netbsd || openbsd || solaris
 
 package main