Skip to content

Commit 78491e2

Browse files
committed
chore: tmp disable src and debug
1 parent c9da3ec commit 78491e2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@
8989
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#supabase-groonga"
9090
when: stage2_nix
9191

92-
- name: Install debug symbols for postgres version
93-
become: yes
94-
shell: |
95-
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#{{postgresql_version}}_debug"
96-
when: stage2_nix
92+
# - name: Install debug symbols for postgres version
93+
# become: yes
94+
# shell: |
95+
# sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#{{postgresql_version}}_debug"
96+
# when: stage2_nix
9797

98-
- name: Install source files for postgresql version
99-
become: yes
100-
shell: |
101-
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#{{postgresql_version}}_src"
102-
when: stage2_nix
98+
# - name: Install source files for postgresql version
99+
# become: yes
100+
# shell: |
101+
# sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#{{postgresql_version}}_src"
102+
# when: stage2_nix
103103

104104
- name: Remove Git after Nix package installations
105105
become: yes

0 commit comments

Comments
 (0)