Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 10, 2023
1 parent 41c2030 commit 05fa1cf
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions buildkite/scripts/replayer-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ git config --global --add safe.directory /workdir

source buildkite/scripts/export-git-env-vars.sh

echo "Generating locale for Postgresql"

export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

locale-gen en_US.UTF-8


#download postgres 15

# Create the file repository configuration
Expand All @@ -44,14 +53,6 @@ sudo apt-get update
echo "Installing archive node package: mina-archive=${MINA_DEB_VERSION}"
sudo apt-get install --allow-downgrades -y mina-archive=${MINA_DEB_VERSION}

echo "Generating locale for Postgresql"

export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

locale-gen en_US.UTF-8

echo "Starting Postgresql service"
sudo service postgresql start

Expand Down

0 comments on commit 05fa1cf

Please sign in to comment.