File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 55
55
if : matrix.llvm == 21
56
56
run :
57
57
go test -v
58
- test-freebsd :
59
- name : test-freebsd
60
- runs-on : ubuntu-latest
61
- strategy :
62
- matrix :
63
- llvm : [19, 20]
64
- steps :
65
- - uses : actions/checkout@v4
66
- - name : FreeBSD test 14.3
67
- uses : vmactions/freebsd-vm@v1
68
- with :
69
- release : ' 14.3'
70
- usesh : true
71
- prepare : |
72
- # Update package database with IGNORE_OSVERSION
73
- pkg update -f || true
74
- # Install llvm build dependencies
75
- pkg install -y llvm${{ matrix.llvm }}
76
- # Install default version go dependency
77
- pkg install -y go
78
- run : |
79
- # Show environment info
80
- echo "FreeBSD version:"
81
- freebsd-version
82
- # Test with llvm${{ matrix.llvm }}
83
- echo "Clang ${{ matrix.llvm }} version info:"
84
- /usr/local/llvm${{ matrix.llvm }}/bin/clang --version
85
- echo "Test with llvm${{ matrix.llvm }} tag"
86
- go test -v -tags=llvm${{ matrix.llvm }}
You can’t perform that action at this time.
0 commit comments