Skip to content

Commit

Permalink
remove commented workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Aug 19, 2021
1 parent 068cfc3 commit 4d04d7a
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,32 +128,6 @@ jobs:
- name: run tests
run: ./ci/do_ci.sh cmake.test_example_plugin

# bazel build is disabled for gcc 4.8 compiler as grpc lib
# used for otlp exporter doesn't work with gcc4.8
#bazel_gcc_48_test:
# name: Bazel gcc 4.8
# runs-on: ubuntu-18.04
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: 'recursive'
# - name: Mount Bazel Cache
# uses: actions/cache@v2
# env:
# cache-name: bazel_cache
# with:
# path: /home/runner/.cache/bazel
# key: bazel_gcc_48_test
# - name: setup
# run: |
# sudo ./ci/setup_ci_environment.sh
# sudo ./ci/install_bazelisk.sh
# sudo ./ci/install_gcc48.sh
# - name: run tests
# run: ./ci/do_ci.sh bazel.legacy.test
# env:
# CC: /usr/bin/gcc-4.8

bazel_test:
name: Bazel
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d04d7a

Please sign in to comment.