chore: move compiler/chore/_xtool to _xtool
This commit is contained in:
5
.github/workflows/llgo.yml
vendored
5
.github/workflows/llgo.yml
vendored
@@ -59,10 +59,9 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
echo "Using Go version: $go_version"
|
echo "Using Go version: $go_version"
|
||||||
|
|
||||||
- name: chore/_xtool build tests
|
- name: _xtool build tests
|
||||||
working-directory: compiler
|
|
||||||
run: |
|
run: |
|
||||||
cd chore/_xtool
|
cd _xtool
|
||||||
llgo build -v ./...
|
llgo build -v ./...
|
||||||
|
|
||||||
- name: LLDB tests
|
- name: LLDB tests
|
||||||
|
|||||||
@@ -416,7 +416,8 @@ git clone https://github.com/goplus/llgo.git
|
|||||||
cd llgo/compiler
|
cd llgo/compiler
|
||||||
go install -v ./cmd/...
|
go install -v ./cmd/...
|
||||||
go install -v ./chore/... # compile all tools except pydump
|
go install -v ./chore/... # compile all tools except pydump
|
||||||
cd chore/_xtool
|
export LLGO_ROOT=$PWD/..
|
||||||
|
cd ../_xtool
|
||||||
llgo install ./... # compile pydump
|
llgo install ./... # compile pydump
|
||||||
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1 # compile pysigfetch
|
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1 # compile pysigfetch
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ git clone https://github.com/goplus/llgo.git
|
|||||||
cd llgo/compiler
|
cd llgo/compiler
|
||||||
go install -v ./cmd/...
|
go install -v ./cmd/...
|
||||||
go install -v ./chore/... # compile all tools except pydump
|
go install -v ./chore/... # compile all tools except pydump
|
||||||
cd chore/_xtool
|
export LLGO_ROOT=$PWD/..
|
||||||
|
cd ../_xtool
|
||||||
llgo install ./... # compile pydump
|
llgo install ./... # compile pydump
|
||||||
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1 # compile pysigfetch
|
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1 # compile pysigfetch
|
||||||
Reference in New Issue
Block a user