File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 default : " 19"
1010 llgo :
1111 description : " LLGo git ref or tag"
12- default : " 132e240e87828a8575dd5ad7978f74014142583c "
12+ default : " f0728c4fe028fbc72455c1242cef638ebdf60454 "
1313runs :
1414 using : " composite"
1515 steps :
Original file line number Diff line number Diff line change 1717 - ubuntu-24.04
1818 - ubuntu-24.04-arm
1919 llvm : [19]
20- llgo : [132e240e87828a8575dd5ad7978f74014142583c ]
20+ llgo : [f0728c4fe028fbc72455c1242cef638ebdf60454 ]
2121 go : [1.23]
2222 fail-fast : false
2323 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change 1717 - ubuntu-24.04
1818 - ubuntu-24.04-arm
1919 llvm : [19]
20- llgo : [132e240e87828a8575dd5ad7978f74014142583c ]
20+ llgo : [f0728c4fe028fbc72455c1242cef638ebdf60454 ]
2121 go : [1.23]
2222 fail-fast : false
2323 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change 1818 - macos-latest
1919 - ubuntu-24.04
2020 llvm : [19]
21- llgo : [132e240e87828a8575dd5ad7978f74014142583c ]
21+ llgo : [f0728c4fe028fbc72455c1242cef638ebdf60454 ]
2222 go : [1.23]
2323 fail-fast : false
2424 runs-on : ${{matrix.os}}
@@ -48,14 +48,13 @@ jobs:
4848 # with the latest update can exit in llgo test
4949 # only with llgo test ./... with llgo update
5050 # https://github.com/goplus/llgo/pull/1128
51- bash .github/workflows/llgo_test.sh $(ls -d _xtool/internal/*/)
51+ llgo test ./ _xtool/internal/...
5252 llgo test ./config
5353
5454 - name : Test llcppsymg & llcppsigfetch
5555 run : |
56- bash .github/workflows/llgo_test.sh $(ls -d _xtool/llcppsigfetch/internal/*/)
57- bash .github/workflows/llgo_test.sh $(ls -d _xtool/llcppsymg/internal/*/)
58-
56+ llgo test ./_xtool/llcppsigfetch/internal/...
57+ llgo test ./_xtool/llcppsymg/internal/...
5958 - name : Test
6059 if : ${{!startsWith(matrix.os, 'macos')}}
6160 run : go test -v ./...
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments