Skip to content

Commit

Permalink
Drop cleanup of node_modules (#10195)
Browse files Browse the repository at this point in the history
This is months old by now and I think it might be non-deterministic
forcing unnecessary rebuilds.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jul 7, 2021
1 parent c8faed8 commit 4269345
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ if [ -n "$SANDBOX_PID" ]; then
echo $SANDBOX_PID | xargs kill
fi

# Temporary until all nodes have been reset
rm -rf compiler/daml-extension/node_modules

# Bazel test only builds targets that are dependencies of a test suite so do a full build first.
bazel build //... \
--build_tag_filters "$tag_filter" \
Expand Down
2 changes: 0 additions & 2 deletions compatibility/build-release-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ HEAD_TARGET_DIR=${1:-compatibility/head_sdk}

git clean -fxd -e 'daml-*.tgz' $HEAD_TARGET_DIR

# Temporary until all nodes have been reset
rm -rf compiler/daml-extension/node_modules
bazel build \
//release:sdk-release-tarball \
//ledger/ledger-api-test-tool:ledger-api-test-tool_deploy.jar
Expand Down

0 comments on commit 4269345

Please sign in to comment.