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

ci: configs use new toolchain #3166

Merged
merged 1 commit into from
Dec 23, 2021
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
12 changes: 6 additions & 6 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ tasks:
name: ubuntu1804
platform: ubuntu1804
run_targets:
- "@nodejs//:yarn_node_repositories"
- "@nodejs//:yarn"
- "@node16_linux_amd64//:yarn_node_repositories"
- "@node16_linux_amd64//:yarn"
# Regression test for #1493
- "//packages/create:npm_package.pack"
- "//internal/node/test:no_deps"
Expand Down Expand Up @@ -167,8 +167,8 @@ tasks:
name: macos
platform: macos
run_targets:
- "@nodejs//:yarn_node_repositories"
- "@nodejs//:yarn"
- "@node16_darwin_amd64//:yarn_node_repositories"
- "@node16_darwin_amd64//:yarn"
# Regression test for #1493
- "//packages/create:npm_package.pack"
- "//internal/node/test:no_deps"
Expand Down Expand Up @@ -275,8 +275,8 @@ tasks:
name: windows
platform: windows
run_targets:
- "@nodejs//:yarn_node_repositories"
- "@nodejs//:yarn"
- "@node16_windows_amd64//:yarn_node_repositories"
- "@node16_windows_amd64//:yarn"
- "//internal/node/test:no_deps"
- "//internal/node/test:has_deps_legacy"
- "//internal/node/test:has_deps"
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- *init_bazel

# Run yarn
- run: bazel run @nodejs//:yarn
- run: bazel run @node16_linux_amd64//:yarn

# Save all node_modules to the cache
- save_cache:
Expand Down