Skip to content

Commit 39c3a42

Browse files
committed
Test ARM
1 parent eb424a1 commit 39c3a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ if (isMac()) {
139139

140140
if (postgresVersion != defaultVersion) {
141141
// remove previous cluster so port 5432 is used
142-
run(`sudo pg_dropcluster ${defaultVersion} main`);
142+
// run(`sudo pg_dropcluster ${defaultVersion} main`);
143143

144144
// install new version
145145
run(`sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/pgdg.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"`);

0 commit comments

Comments
 (0)