From 9b05be16024547b36a6f66e226eca5ddd5db80d1 Mon Sep 17 00:00:00 2001 From: Franc Pape Date: Wed, 10 Apr 2024 10:09:50 +0200 Subject: [PATCH] Disable mac runner --- .github/workflows/build.yml | 102 ++++++++++++++++++------------------ 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e6352b..3e30dd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,29 +64,29 @@ jobs: - run: | go get github.com/antlr4-go/antlr/v4 go test ./cmd/a2l/... - test-mac: - runs-on: macos-latest-xlarge - needs: - - generate-antlr-sources - - generate-grpc-sources - steps: - - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 - with: - name: antlr4 - path: pkg/a2l/parser - - uses: actions/download-artifact@v4 - with: - name: grpc - path: pkg/a2l - - name: Set up Go 1.21 - uses: actions/setup-go@v5 - with: - go-version: "1.21" - cache: true - - run: | - go get github.com/antlr4-go/antlr/v4 - go test ./cmd/a2l/... +# test-mac: +# runs-on: macos-latest-xlarge +# needs: +# - generate-antlr-sources +# - generate-grpc-sources +# steps: +# - uses: actions/checkout@v4 +# - uses: actions/download-artifact@v4 +# with: +# name: antlr4 +# path: pkg/a2l/parser +# - uses: actions/download-artifact@v4 +# with: +# name: grpc +# path: pkg/a2l +# - name: Set up Go 1.21 +# uses: actions/setup-go@v5 +# with: +# go-version: "1.21" +# cache: true +# - run: | +# go get github.com/antlr4-go/antlr/v4 +# go test ./cmd/a2l/... build-linux: runs-on: ubuntu-22.04 needs: @@ -158,34 +158,34 @@ jobs: path: | *.dll *.h - build-mac: - runs-on: macos-latest-xlarge - needs: - - test-mac - steps: - - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 - with: - name: antlr4 - path: pkg/a2l/parser - - uses: actions/download-artifact@v4 - with: - name: grpc - path: pkg/a2l - - name: Set up Go 1.21 - uses: actions/setup-go@v5 - with: - go-version: "1.21" - cache: true - - run: | - go get github.com/antlr4-go/antlr/v4 - go build --buildmode=c-shared -o a2l_grpc_$(go env GOOS)_$(go env GOARCH).dylib ./cmd/a2l/a2l.go - - uses: actions/upload-artifact@v4 - with: - name: mac - path: | - *.dylib - *.h +# build-mac: +# runs-on: macos-latest-xlarge +# needs: +# - test-mac +# steps: +# - uses: actions/checkout@v4 +# - uses: actions/download-artifact@v4 +# with: +# name: antlr4 +# path: pkg/a2l/parser +# - uses: actions/download-artifact@v4 +# with: +# name: grpc +# path: pkg/a2l +# - name: Set up Go 1.21 +# uses: actions/setup-go@v5 +# with: +# go-version: "1.21" +# cache: true +# - run: | +# go get github.com/antlr4-go/antlr/v4 +# go build --buildmode=c-shared -o a2l_grpc_$(go env GOOS)_$(go env GOARCH).dylib ./cmd/a2l/a2l.go +# - uses: actions/upload-artifact@v4 +# with: +# name: mac +# path: | +# *.dylib +# *.h export-protobuf-definitions: runs-on: ubuntu-22.04 steps: