Skip to content

Bazel: update to latest rules#2

Merged
vsavkin merged 1 commit intonrwl:masterfrom
alexeagle:master
Aug 28, 2017
Merged

Bazel: update to latest rules#2
vsavkin merged 1 commit intonrwl:masterfrom
alexeagle:master

Conversation

@alexeagle
Copy link
Contributor

No description provided.

@vsavkin vsavkin closed this Aug 28, 2017
@vsavkin vsavkin reopened this Aug 28, 2017
@vsavkin vsavkin merged commit 5ce774a into nrwl:master Aug 28, 2017
MaximSagan added a commit to MaximSagan/nx that referenced this pull request May 27, 2019
# This is the 1st commit message:

feat(schematics): allows wildcard in whitelisting of deep imports

Formatted

# This is the commit message nrwl#2:

feat(schematics): allows wildcard in whitelisting of deep imports

Formatted
@nx-cloud
Copy link
Contributor

nx-cloud bot commented Jan 21, 2021

Nx Cloud Report

CI ran the following commands for commit 5bfde7c. Click to see the status, the terminal output, and the build insights.

Status Command Start Time
#000000 nx run-many --target=build --all --parallel 12/26/2020, 11:34:15 AM
#000000 nx run-many --target=e2e --projects=e2e-angular 12/26/2020, 11:34:22 AM
#000000 nx run-many --target=e2e --projects=e2e-cli,e2e-nx-plugin 12/26/2020, 11:34:25 AM
#000000 nx run-many --target=e2e --projects=e2e-cypress,e2e-jest 12/26/2020, 11:35:57 AM
#000000 nx run-many --target=e2e --projects=e2e-next 12/26/2020, 11:34:26 AM
#000000 nx run-many --target=e2e --projects=e2e-node 12/26/2020, 11:35:57 AM
#000000 nx run-many --target=e2e --projects=e2e-react 12/26/2020, 11:35:57 AM
#000000 nx run-many --target=e2e --projects=e2e-web,e2e-linter,e2e-storybook 12/26/2020, 11:35:23 AM
#000000 nx run-many --target=e2e --projects=e2e-workspace 12/26/2020, 11:35:42 AM
#000000 nx run-many --target=lint --all --parallel 12/26/2020, 11:35:26 AM
#000000 nx run-many --target=test --all --parallel 12/26/2020, 11:34:46 AM

Sent with 💌 from NxCloud.

@github-actions
Copy link
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.

Nx Cloud has identified a possible root cause for your failed CI:

The task nx:build-native failed because the Rust toolchain (specifically the cargo command) is not installed in the CI environment. The error message "cargo: not found" indicates a missing system dependency required to build native Rust components.

This failure is completely unrelated to the changes in this pull request. The PR updates Bazel build rules for Angular projects, modifying template files that configure how Angular applications and libraries are built with Bazel. These changes include:

  • Migrating from deprecated @build_bazel_rules_angular to the newer @angular/bazel package
  • Updating load paths and repository configurations
  • Simplifying node_modules handling in BUILD.bazel files
  • Adding Angular-specific compilation steps

None of these Bazel/Angular configuration changes would affect the availability of the Rust toolchain or the ability to compile Rust code in the packages/nx project. The nx:build-native task requires cargo to be present in the system PATH to compile Rust components, and this is an infrastructure/environment concern rather than a code issue.

The build environment needs to be configured with the Rust toolchain installed before this task can succeed. This is a pre-existing environment state issue that would affect any PR attempting to run the nx:build-native task, regardless of the code changes made.

A code change would likely not resolve this issue, so no action was taken.

Nx CloudView in Nx Cloud ↗


⚙️ An Nx Cloud workspace admin can disable these reviews in workspace settings.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants