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 89
89
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"
90
90
when : stage2_nix
91
91
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
97
97
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
103
103
104
104
- name : Remove Git after Nix package installations
105
105
become : yes
You can’t perform that action at this time.
0 commit comments