File tree Expand file tree Collapse file tree 2 files changed +0
-92
lines changed Expand file tree Collapse file tree 2 files changed +0
-92
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -288,10 +288,6 @@ build: $(BUILD_TARGETS) ;
288288build-demo :
289289 docker build $(BUILD_ARGS_pg$(PGVERSION ) ) -t citusdata/pg_auto_failover:demo .
290290
291- .PHONY : build-i386
292- build-i386 : Dockerfile.i386
293- docker build -t i386:latest -f Dockerfile.i386 .
294-
295291.PHONY : build-image
296292build-image :
297293 docker build --target build -t $(BUILD_CONTAINER_NAME ) .
@@ -341,17 +337,6 @@ run-test: build-test-pg$(PGVERSION)
341337 make -C /usr/src/pg_auto_failover test \
342338 PGVERSION=$(PGVERSION ) TEST=' ${TEST}'
343339
344- # expected to be run from within the i386 docker container
345- .PHONY : installcheck-i386
346- installcheck-i386 :
347- pg_autoctl run &
348- pg_autoctl do pgsetup wait
349- $(MAKE ) -C src/monitor installcheck
350-
351- .PHONY : run-installcheck-i386
352- run-installcheck-i386 : build-i386
353- docker run --platform linux/386 --rm -it --privileged i386 make installcheck-i386
354-
355340#
356341# BE INTERACTIVE
357342#
You can’t perform that action at this time.
0 commit comments