Skip to content

Commit

Permalink
chore: uuid library for postgres build
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Nov 1, 2024
1 parent 73b03f6 commit b410cb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
command: |
# @see https://github.com/pyenv/pyenv/wiki/Common-build-problems
sudo apt-get update
sudo apt-get install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget libdbd-pg-perl
sudo apt-get install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget libdbd-pg-perl uuid-dev
- restore_cache:
name: Restore asdf Tools Cache
keys:
Expand All @@ -202,8 +202,8 @@ jobs:
environment:
PGUSER: postgres
command: |
[[ -d ~/.asdf ]] || git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.1
pushd ~/.asdf && git checkout v0.8.1 && popd
[[ -d ~/.asdf ]] || git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1
pushd ~/.asdf && git checkout v0.14.1 && popd
echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo -e '\nexport BASH_ENV="~/.asdf/asdf.sh"' >> ~/.bashrc
source ~/.bashrc
Expand All @@ -213,7 +213,7 @@ jobs:
pg_ctl stop
- save_cache:
name: Save asdf Tools Cache
key: tool-versions-{{ checksum ".tool-versions" }}-v2
key: tool-versions-{{ checksum ".tool-versions" }}-v3
paths:
- ~/.asdf
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: trailing-whitespace
exclude: .*/tests/.*
- repo: https://github.com/zricethezav/gitleaks
rev: v8.2.5
rev: v8.21.1
hooks:
- id: gitleaks
- repo: https://github.com/jorisroovers/gitlint
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ postgres 14.0
nodejs 20.11.1
yarn 1.22.10
python 3.9.2
golang 1.22.0

0 comments on commit b410cb6

Please sign in to comment.