File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 uses : actions/checkout@v4
4444
4545 - name : Install Go Tip
46+ env :
47+ GOTOOLCHAIN : local
4648 run : |
4749 go install golang.org/dl/gotip@latest
4850 $HOME/go/bin/gotip download
6567 usesh : true
6668 prepare : pkg install -y openmpi go
6769 run : |
70+ export GOTOOLCHAIN=local
6871 go install golang.org/dl/gotip@latest
6972 $HOME/go/bin/gotip download
7073 export PATH=$HOME/sdk/gotip/bin:$PATH
8184 with :
8285 prepare : pkg_add git go openmpi
8386 run : |
87+ export GOTOOLCHAIN=local
8488 go install golang.org/dl/gotip@latest
8589 $HOME/go/bin/gotip download
8690 export PATH=$HOME/sdk/gotip/bin:$PATH
99103 export PKG_PATH="https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/$(uname -r)/All/"
100104 pkg_add git go openmpi
101105 run : |
106+ export GOTOOLCHAIN=local
102107 go install golang.org/dl/gotip@latest
103108 $HOME/go/bin/gotip download
104109 export PATH=$HOME/sdk/gotip/bin:$PATH
Original file line number Diff line number Diff line change @@ -520,9 +520,6 @@ func TestMPI(t *testing.T) {
520520 t .Run ("WorldTime" , func (t * testing.T ) {
521521 t1 := m .WorldTime ()
522522 t2 := m .WorldTime ()
523- if t1 <= 0 {
524- t .Errorf ("WorldTime: got %f, want > 0" , t1 )
525- }
526523 if t2 < t1 {
527524 t .Errorf ("WorldTime not monotonic: %f < %f" , t2 , t1 )
528525 }
You can’t perform that action at this time.
0 commit comments