Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspect-build/rules_js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1daae84aabb3317c949688942e5f508a067429d0
Choose a base ref
..
head repository: aspect-build/rules_js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7e5be65603c3e3bafb0e8f8d0a349485aa5fbf49
Choose a head ref
Original file line number Diff line number Diff line change
@@ -26,10 +26,10 @@ js/private/test/js_run_devserver/package.json=-381403605
js/private/worker/src/package.json=-1243560410
npm/private/test/npm_package/package.json=-1991705133
npm/private/test/npm_package_publish/package.json=-646566766
npm/private/test/package.json=248936204
npm/private/test/package.json=606610593
npm/private/test/vendored/is-odd/package.json=1041695223
npm/private/test/vendored/lodash-4.17.21.tgz=-1206623349
npm/private/test/vendored/semver-max/package.json=578664053
package.json=1510979981
pnpm-lock.yaml=-1005187097
pnpm-lock.yaml=1372779172
pnpm-workspace.yaml=-1123429050
66 changes: 0 additions & 66 deletions .aspect/workflows/README.md

This file was deleted.

12 changes: 4 additions & 8 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
@@ -2,14 +2,10 @@
common --remote_download_outputs=minimal
common --nobuild_runfile_links

# generate build_event_log binary build event profile file
common --build_event_binary_file=build_event_log.bin
common --build_event_binary_file_path_conversion=false
common --build_event_publish_all_actions=true

common:rbe --extra_execution_platforms=@aspect_bazel_lib//platforms:x86_64_linux_remote
common:rbe --host_platform=@aspect_bazel_lib//platforms:x86_64_linux_remote
# remote execution
common:rbe --extra_execution_platforms=//bazel/platforms:x86_64_linux_remote
common:rbe --host_platform=//bazel/platforms:x86_64_linux_remote
common:rbe --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
common:rbe --genrule_strategy=remote,local
common:rbe --jobs=32
common:rbe --remote_timeout=3600
common:rbe --remote_timeout=3600
Loading