Skip to content

Remove bazel from repo #4297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 9, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,27 +177,6 @@ jobs:
pip install -r rtd_docs/requirements.txt
- name: Build docs
run: dev_tools/docs/build-rtd-docs.sh
build_protos:
name: Build protos
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v1
with:
python-version: '3.8'
architecture: 'x64'
- name: Install requirements
run: |
pip install -r dev_tools/requirements/deps/protos.txt
sudo apt install curl gnupg
curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg
sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
sudo apt update && sudo apt install bazel
- name: Build protos
run: check/build-changed-protos
coverage:
name: Coverage check
runs-on: ubuntu-20.04
Expand Down
62 changes: 0 additions & 62 deletions WORKSPACE

This file was deleted.

112 changes: 0 additions & 112 deletions check/build-changed-protos

This file was deleted.

30 changes: 0 additions & 30 deletions check/build-protos

This file was deleted.

62 changes: 0 additions & 62 deletions cirq-google/cirq_google/api/v1/BUILD

This file was deleted.

Loading