Skip to content

Commit

Permalink
Fix installer npm install affected by cloudshell upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
philipws committed Nov 29, 2024
1 parent 3927fdf commit f8c9532
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ WORKDIR=$(pwd)
INSTALLERDIR="${WORKDIR}/util/installer"
INFRADIR="${WORKDIR}/infrastructure"

# See https://github.com/aws-samples/document-translation/issues/93
export UV_USE_IO_URING=0

# Install dependencies
echo "Installing dependencies for CDK infrastructure..."
cd "${INFRADIR}" || exit
Expand Down

0 comments on commit f8c9532

Please sign in to comment.