Skip to content

Commit

Permalink
Universe: remove Bazel files
Browse files Browse the repository at this point in the history
The reasoning is fairly simple: nobody is actively working on
integrating with Bazel and there are no plans/capacity to do so. It
might be because Bazel is quite complex, and it's hard to set up it in a
way we need it to be. Moreover, it's blocking other efforts like this
one for example: #2154 (Yarn 2).

Note: this doesn't mean that there is no need for something like Bazel.
However, it doesn't have to be Bazel (preferably something simpler that
does the job well enough).
  • Loading branch information
mrtnzlml committed Jul 26, 2021
1 parent 5fa952f commit c6c53cf
Show file tree
Hide file tree
Showing 54 changed files with 4 additions and 577 deletions.
1 change: 0 additions & 1 deletion .bazelignore

This file was deleted.

5 changes: 0 additions & 5 deletions .bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion .bazelversion

This file was deleted.

6 changes: 1 addition & 5 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @generated SignedSource<<cc03860d3a8d355bd35e54f6ada88c23>>
# @generated SignedSource<<2939b4229c2154e42c786ee5e0eb9e53>>
#
# To regenerate run:
# yarn monorepo-babel-node scripts/generateFlow.js
Expand All @@ -10,10 +10,6 @@
<PROJECT_ROOT>/\.git/.*
.+/.+\.gzip\.js
.+/\.next/.+
.+/bazel-bin/.+
.+/bazel-out/.+
.+/bazel-testlogs/.+
.+/bazel-universe/.+

[include]

Expand Down
6 changes: 0 additions & 6 deletions .flowconfig.template.base
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
.+/.+\.gzip\.js
.+/\.next/.+

; Do not use <PROJECT_ROOT> for Bazel, see: https://github.com/facebook/flow/issues/2250
.+/bazel-bin/.+
.+/bazel-out/.+
.+/bazel-testlogs/.+
.+/bazel-universe/.+


; https://flow.org/en/docs/config/untyped/
[untyped]
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/continuous-integration-bazel.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
.vscode/
node_modules/

/bazel-*

.DS_Store
.env
.flow.saved_state
Expand Down
18 changes: 0 additions & 18 deletions .jest-bazel.config.js

This file was deleted.

35 changes: 0 additions & 35 deletions BUILD.bazel

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`adeira/universe` monorepo is an open-source collection of projects created in our free time. We are friends helping each other to build libraries and applications and effectively share knowledge and work among all of us.

![Continuous Integration (JavaScript)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(JavaScript)/badge.svg>) ![Continuous Integration (Rust)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(Rust)/badge.svg>) ![Continuous Integration (Bazel)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(Bazel)/badge.svg>)
![Continuous Integration (JavaScript)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(JavaScript)/badge.svg>) ![Continuous Integration (Rust)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(Rust)/badge.svg>)

![Shipit](https://github.com/adeira/universe/workflows/Shipit/badge.svg) ![NPM Publisher](https://github.com/adeira/universe/workflows/NPM%20Publisher/badge.svg) ![Dockerfile Builder](https://github.com/adeira/universe/workflows/Dockerfile%20Builder/badge.svg)

Expand Down
75 changes: 0 additions & 75 deletions WORKSPACE.bazel

This file was deleted.

37 changes: 0 additions & 37 deletions bazel/macros/build_yarn_workspace.bzl

This file was deleted.

58 changes: 0 additions & 58 deletions bazel/macros/test_yarn_workspace.bzl

This file was deleted.

2 changes: 0 additions & 2 deletions src/babel-plugin-transform-sx-tailwind/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__tests__
BUILD
BUILD.bazel
2 changes: 0 additions & 2 deletions src/babel-preset-adeira/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__tests__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/css-colors/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__tests__
__flowtests__
__mocks__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/eslint-config-adeira/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__tests__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/eslint-fixtures-tester/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__tests__
__flowtests__
__mocks__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/eslint-plugin-adeira/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__tests__
BUILD.bazel
BUILD
16 changes: 0 additions & 16 deletions src/eslint-plugin-adeira/BUILD.bazel

This file was deleted.

2 changes: 0 additions & 2 deletions src/eslint-plugin-sx/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
__flowtests__
__tests__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/fetch/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__tests__
__flowtests__
__mocks__
BUILD.bazel
BUILD
Loading

0 comments on commit c6c53cf

Please sign in to comment.