Skip to content

Commit 9ed2440

Browse files
committed
dashboard: update illumos $PATH to include gcc
This fixes errors such as: https://build.golang.org/log/b870c4ed812edba58cf7a35718672d1424f9fd8a Updates golang/go#32308 Change-Id: I231b9662c556b2b0044d5a88c61e8c6231f2df86 Reviewed-on: https://go-review.googlesource.com/c/build/+/179618 Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 99064e5 commit 9ed2440

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dashboard/builders.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,11 @@ var Hosts = map[string]*HostConfig{
452452
Notes: "run by Go team on Joyent, on a SmartOS 'infrastructure container'",
453453
IsReverse: true,
454454
ExpectNum: 1,
455-
env: []string{"GOROOT_BOOTSTRAP=/root/goboot", "HOME=/root"},
455+
env: []string{
456+
"GOROOT_BOOTSTRAP=/root/goboot",
457+
"HOME=/root",
458+
"PATH=/usr/sbin:/usr/bin:/opt/local/bin", // gcc is in /opt/local/bin
459+
},
456460
},
457461
"host-solaris-oracle-amd64-oraclerel": &HostConfig{
458462
Notes: "Oracle Solaris amd64 Release System",

0 commit comments

Comments
 (0)