build: fix @bazel/bazel to bazelisk leftovers (#36132)
A few leftovers from from `@bazel/bazel` to `@bazel/bazelisk` migration are still there. This commit fixes those, so that the repository no longer relies on `@bazel/bazel`. PR Close #36132
This commit is contained in:
parent
e342ffd855
commit
fb92f5de1a
6
.vscode/recommended-launch.json
vendored
6
.vscode/recommended-launch.json
vendored
@ -34,7 +34,7 @@
|
|||||||
"name": "IVY:packages/core/test/acceptance",
|
"name": "IVY:packages/core/test/acceptance",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/node_modules/.bin/bazel",
|
"program": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"--config=ivy",
|
"--config=ivy",
|
||||||
@ -51,7 +51,7 @@
|
|||||||
"name": "IVY:packages/core/test/render3",
|
"name": "IVY:packages/core/test/render3",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/node_modules/.bin/bazel",
|
"program": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"--config=ivy",
|
"--config=ivy",
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"name": "IVY:packages/core/test",
|
"name": "IVY:packages/core/test",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/node_modules/.bin/bazel",
|
"program": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"--config=ivy",
|
"--config=ivy",
|
||||||
|
14
.vscode/recommended-tasks.json
vendored
14
.vscode/recommended-tasks.json
vendored
@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"label": "IVY:packages/core/test/...",
|
"label": "IVY:packages/core/test/...",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${workspaceFolder}/node_modules/.bin/bazel",
|
"command": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"--config=ivy",
|
"--config=ivy",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
{
|
{
|
||||||
"label": "VE:packages/core/test/...",
|
"label": "VE:packages/core/test/...",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${workspaceFolder}/node_modules/.bin/bazel",
|
"command": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"packages/core/test",
|
"packages/core/test",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
{
|
{
|
||||||
"label": "IVY:packages/core/test/acceptance",
|
"label": "IVY:packages/core/test/acceptance",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${workspaceFolder}/node_modules/.bin/bazel",
|
"command": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"--config=ivy",
|
"--config=ivy",
|
||||||
@ -54,7 +54,7 @@
|
|||||||
{
|
{
|
||||||
"label": "VE:packages/core/test/acceptance",
|
"label": "VE:packages/core/test/acceptance",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${workspaceFolder}/node_modules/.bin/bazel",
|
"command": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"packages/core/test/acceptance",
|
"packages/core/test/acceptance",
|
||||||
@ -68,7 +68,7 @@
|
|||||||
{
|
{
|
||||||
"label": "IVY:packages/core/test",
|
"label": "IVY:packages/core/test",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${workspaceFolder}/node_modules/.bin/bazel",
|
"command": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"--config=ivy",
|
"--config=ivy",
|
||||||
@ -83,7 +83,7 @@
|
|||||||
{
|
{
|
||||||
"label": "VE:packages/core/test",
|
"label": "VE:packages/core/test",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${workspaceFolder}/node_modules/.bin/bazel",
|
"command": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"packages/core/test",
|
"packages/core/test",
|
||||||
@ -97,7 +97,7 @@
|
|||||||
{
|
{
|
||||||
"label": "IVY:packages/core/test/render3",
|
"label": "IVY:packages/core/test/render3",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${workspaceFolder}/node_modules/.bin/bazel",
|
"command": "${workspaceFolder}/node_modules/.bin/bazelisk",
|
||||||
"args": [
|
"args": [
|
||||||
"test",
|
"test",
|
||||||
"--config=ivy",
|
"--config=ivy",
|
||||||
|
@ -7,8 +7,8 @@ set -u -e -o pipefail
|
|||||||
# Publish them to npm (tagged next)
|
# Publish them to npm (tagged next)
|
||||||
|
|
||||||
# We need to resolve the Bazel binary in the node modules because running Bazel
|
# We need to resolve the Bazel binary in the node modules because running Bazel
|
||||||
# through `yarn bazel` causes additional output that throws off the command stdout.
|
# through `yarn bazelisk` causes additional output that throws off the command stdout.
|
||||||
BAZEL_BIN=$(yarn bin)/bazel
|
BAZEL_BIN=$(yarn bin)/bazelisk
|
||||||
# Build into a distinct output location so that artifacts from previous builds are not reused
|
# Build into a distinct output location so that artifacts from previous builds are not reused
|
||||||
BAZEL_OUTPUT_BASE=$(mktemp -d -t angular-release-latest.XXXXXXX)
|
BAZEL_OUTPUT_BASE=$(mktemp -d -t angular-release-latest.XXXXXXX)
|
||||||
BAZEL="$BAZEL_BIN --output_base=$BAZEL_OUTPUT_BASE"
|
BAZEL="$BAZEL_BIN --output_base=$BAZEL_OUTPUT_BASE"
|
||||||
|
@ -7,8 +7,8 @@ set -u -e -o pipefail
|
|||||||
# Publish them to npm (tagged next)
|
# Publish them to npm (tagged next)
|
||||||
|
|
||||||
# We need to resolve the Bazel binary in the node modules because running Bazel
|
# We need to resolve the Bazel binary in the node modules because running Bazel
|
||||||
# through `yarn bazel` causes additional output that throws off the command stdout.
|
# through `yarn bazelisk` causes additional output that throws off the command stdout.
|
||||||
BAZEL_BIN=$(yarn bin)/bazel
|
BAZEL_BIN=$(yarn bin)/bazelisk
|
||||||
# Build into a distinct output location so that artifacts from previous builds are not reused
|
# Build into a distinct output location so that artifacts from previous builds are not reused
|
||||||
BAZEL_OUTPUT_BASE=$(mktemp -d -t angular-release-next.XXXXXXX)
|
BAZEL_OUTPUT_BASE=$(mktemp -d -t angular-release-next.XXXXXXX)
|
||||||
BAZEL="$BAZEL_BIN --output_base=$BAZEL_OUTPUT_BASE"
|
BAZEL="$BAZEL_BIN --output_base=$BAZEL_OUTPUT_BASE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user