Skip to content

Commit 2e3bbdd

Browse files
Al Hoangaykevl
authored andcommitted
remove freebsd ci
1 parent 1113dcf commit 2e3bbdd

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -55,32 +55,3 @@ jobs:
5555
if: matrix.llvm == 21
5656
run:
5757
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 }}

0 commit comments

Comments
 (0)