Skip to content

Commit

Permalink
Update azure build command to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
hashworks committed Jan 31, 2025
1 parent 85b0fe5 commit 05379b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/pg_autoctl/azure.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,10 +1055,10 @@ azure_build_pg_autoctl(AzureRegionResources *azRegion)
pid_t pidArray[MAX_VMS_PER_REGION] = { 0 };

char *buildCommand =
"make PG_CONFIG=/usr/lib/postgresql/16/bin/pg_config "
"make PG_CONFIG=/usr/lib/postgresql/17/bin/pg_config "
"-C pg_auto_failover -s clean all "
" && "
"sudo make PG_CONFIG=/usr/lib/postgresql/16/bin/pg_config "
"sudo make PG_CONFIG=/usr/lib/postgresql/17/bin/pg_config "
"BINDIR=/usr/local/bin -C pg_auto_failover install";

log_info("Building pg_auto_failover from sources on %d Azure VMs",
Expand Down

0 comments on commit 05379b0

Please sign in to comment.