Skip to content

Commit a1730b0

Browse files
authored
ci: upgrade llgo for llgo test ./... (#471)
* ci: upgrade llgo * ci: remove unused file
1 parent f7beaeb commit a1730b0

5 files changed

Lines changed: 7 additions & 20 deletions

File tree

.github/actions/setup-llcppg/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
default: "19"
1010
llgo:
1111
description: "LLGo git ref or tag"
12-
default: "132e240e87828a8575dd5ad7978f74014142583c"
12+
default: "f0728c4fe028fbc72455c1242cef638ebdf60454"
1313
runs:
1414
using: "composite"
1515
steps:

.github/workflows/end2end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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}}

.github/workflows/gentest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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}}

.github/workflows/go.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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 ./...

.github/workflows/llgo_test.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)