From 320536b4011b055d5eba65d0f8a6999872b67a34 Mon Sep 17 00:00:00 2001 From: Rares Matei Date: Wed, 19 Feb 2025 19:17:00 +0000 Subject: [PATCH] chore(repo): remove manual shell setup step (#30109) --- .nx/workflows/agents.yaml | 12 ------------ nx.json | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index 49f584c512..9d5abe7b71 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -23,12 +23,6 @@ launch-templates: - name: Install zip and unzip script: sudo apt-get -yqq install zip unzip - # TODO: Remove this once the PR to set it on agents by default is merged - - name: Set SHELL environment variable - script: | - # We need $SHELL to be set for the bun installation to correctly link `bunx` - echo "SHELL=/usr/bin/bash" >> $NX_CLOUD_ENV - - name: Install bun script: | curl -fsSL https://bun.sh/install | bash @@ -94,12 +88,6 @@ launch-templates: - name: Install zip and unzip script: sudo apt-get -yqq install zip unzip - # TODO: Remove this once the PR to set it on agents by default is merged - - name: Set SHELL environment variable - script: | - # We need $SHELL to be set for the bun installation to correctly link `bunx` - echo "SHELL=/usr/bin/bash" >> $NX_CLOUD_ENV - - name: Install bun script: | curl -fsSL https://bun.sh/install | bash diff --git a/nx.json b/nx.json index 0d38dfbafc..500733ac36 100644 --- a/nx.json +++ b/nx.json @@ -245,7 +245,7 @@ "nxCloudId": "62d013ea0852fe0a2df74438", "nxCloudUrl": "https://staging.nx.app", "parallel": 1, - "bust": 4, + "bust": 5, "defaultBase": "master", "conformance": { "rules": [