File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments