From cc4813afd6a4dc26112e9152ade1a53c16c1eb91 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Tue, 7 Feb 2023 13:40:17 -0500 Subject: [PATCH] create local dev database for sqlx to compile in ci --- .build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.build.yml b/.build.yml index 49fb90e..f3332a4 100644 --- a/.build.yml +++ b/.build.yml @@ -8,8 +8,6 @@ sources: - https://git.e3t.cc/~core/trifid tasks: - setup: | - mkdir /run/postgresql - chown postgres:postgres /run/postgresql/ su postgres -c mkdir /var/lib/postgresql/data su postgres -c chmod 0700 /var/lib/postgresql/data su postgres -c initdb -D /var/lib/postgresql/data