Skip to content
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

drop Bazel JS build #1108

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
15 changes: 0 additions & 15 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ jobs:
build_system: bazel
bazel_project: java

- name: bazel:js
build_system: bazel
bazel_project: js

- name: bazel:research
build_system: bazel
bazel_project: research
Expand All @@ -182,11 +178,6 @@ jobs:
bazel_project: java
os: macos-latest

- name: bazel-osx:js
build_system: bazel
bazel_project: js
os: macos-latest

- name: bazel-osx:research
build_system: bazel
bazel_project: research
Expand All @@ -208,12 +199,6 @@ jobs:
bazel_project: java
os: windows-latest

# TODO: blocked by Bazel Closure rules issue
#- name: bazel-win:js
# build_system: bazel
# bazel_project: js
# os: windows-latest

- name: bazel-win:research
build_system: bazel
bazel_project: research
Expand Down
84 changes: 0 additions & 84 deletions js/BUILD.bazel

This file was deleted.

17 changes: 0 additions & 17 deletions js/WORKSPACE.bazel

This file was deleted.

37 changes: 0 additions & 37 deletions js/jasmine-polyfill.js

This file was deleted.

73 changes: 0 additions & 73 deletions js/polyfill.js

This file was deleted.

Loading