Skip to content

Commit

Permalink
build: remove ibazel workaround (#18589)
Browse files Browse the repository at this point in the history
The original issue that the `ibazel.js` was working around has been resolved upstream so we don't need the script anymore.

(cherry picked from commit 1ba8b26)
  • Loading branch information
crisbeto authored and jelbourn committed Mar 3, 2020
1 parent 220447e commit c6e0fdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"postinstall": "node tools/postinstall/apply-patches.js && ngcc --properties main --create-ivy-entry-points && node tools/postinstall/update-ngcc-main-fields.js",
"build": "node ./scripts/build-packages-dist.js",
"bazel": "bazelisk",
"ibazel": "node ./scripts/ibazel.js",
"bazel:buildifier": "find . -type f \\( -name \"*.bzl\" -or -name WORKSPACE -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs buildifier -v --warnings=attr-cfg,attr-license,attr-non-empty,attr-output-default,attr-single-file,constant-glob,ctx-args,depset-iteration,depset-union,dict-concatenation,duplicated-name,filetype,git-repository,http-archive,integer-division,load,load-on-top,native-build,native-package,output-group,package-name,package-on-top,redefined-variable,repository-name,same-origin-load,string-iteration,unused-variable,unsorted-dict-items,out-of-order-load",
"bazel:format-lint": "yarn -s bazel:buildifier --lint=warn --mode=check",
"dev-app": "yarn -s ibazel run //src/dev-app:devserver",
"dev-app": "ibazel run //src/dev-app:devserver",
"test": "node ./scripts/run-component-tests.js",
"test-local": "yarn -s test --local",
"test-firefox": "yarn -s test --firefox",
Expand Down Expand Up @@ -72,7 +71,7 @@
"@angular/router": "^9.0.1",
"@bazel/bazelisk": "^1.3.0",
"@bazel/buildifier": "^0.29.0",
"@bazel/ibazel": "^0.11.1",
"@bazel/ibazel": "^0.12.0",
"@bazel/jasmine": "^1.3.0",
"@bazel/karma": "^1.3.0",
"@bazel/protractor": "^1.3.0",
Expand Down
10 changes: 0 additions & 10 deletions scripts/ibazel.js

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@
"@bazel/buildifier-linux_x64" "0.29.0"
"@bazel/buildifier-win32_x64" "0.29.0"

"@bazel/ibazel@^0.11.1":
version "0.11.1"
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.11.1.tgz#c07ceaded388f1e39d6aa732953e0dd04f3dbdf0"
integrity sha512-qAdEquFAudYyN+CYfLzvuRWNubdsh6C8+o5CiViUEfchq1HQM5Rs8xAOE3fzGsTZ1EUsvgca/PY0kn0VIxckBA==
"@bazel/ibazel@^0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.12.0.tgz#97aea5ee2d41d91995539df89efe11fd3fe128ca"
integrity sha512-8ix3hmaV30xD9FIa9aJBtKhxUOBDo0NEULgOhgz5c8nytnD0ipPWqssWWq0iFU8oRBHpvNnuIESbzL1h/LU5iw==

"@bazel/jasmine@^1.3.0":
version "1.3.0"
Expand Down

0 comments on commit c6e0fdf

Please sign in to comment.