Skip to content

Commit

Permalink
fix: build config on Ubuntu (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonskiser authored Jan 31, 2025
1 parent dfdfc1f commit 8289b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-config/buildspec-linux-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ phases:
# Download version of pnpm configured in package.json.
# Note that we download from the pnpm install script instead of corepack
# since corepack is broken in codebuild for some reason.
- curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=$(jq -r '.packageManager' package.json | cut -d@ -f2) SHELL=$(which bash) sh -
- curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=$(jq -r '.packageManager' package.json | cut -d@ -f2 | cut -d+ -f1) SHELL=$(which bash) sh -
- . "$HOME/.bashrc"
# Install python deps
- pip3 install -r build-scripts/requirements.txt
Expand Down

0 comments on commit 8289b76

Please sign in to comment.