Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
Franc Pape committed Apr 10, 2024
1 parent 1631169 commit 6ae7f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: build
on: [push, pull_request]

jobs:
get-toolchains:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: ./get_toolchains.sh
generate-antlr-sources:
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -91,7 +86,6 @@ jobs:
runs-on: ubuntu-22.04
needs:
- test-linux
- get-toolchains
env:
CGO_ENABLED: 1
GOOS: linux
Expand All @@ -108,7 +102,8 @@ jobs:
name: grpc
path: pkg/a2l
- run: |
ls -al
wget https://releases.linaro.org/archive/15.06/components/toolchain/binaries/4.8/aarch64-linux-gnu/gcc-linaro-4.8-2015.06-x86_64_aarch64-linux-gnu.tar.xz
tar -xf gcc-linaro-4.8-2015.06-x86_64_aarch64-linux-gnu.tar.xz
go get github.com/antlr4-go/antlr/v4
go build --buildmode=c-shared -o a2l_grpc_$(go env GOOS)_$(go env GOARCH).so ./cmd/a2l/a2l.go
- uses: actions/upload-artifact@v4
Expand Down
4 changes: 0 additions & 4 deletions get_toolchains.sh

This file was deleted.

0 comments on commit 6ae7f53

Please sign in to comment.