fix: disable sxctl temporarily

This commit is contained in:
Lance R. Vick 2024-02-13 09:04:41 -08:00
parent f05c767f3d
commit 2fbd6f19bf
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -17,14 +17,15 @@ include src/macros.mk
include src/packages.mk
include src/groups.mk
src/packages.mk: out/sxctl/index.json $(shell find packages/*/Containerfile | tr '\n' ' ')
env -C out/sxctl tar -cf - . | docker load
docker run \
--rm \
--volume .:/src \
--user $(shell id -u):$(shell id -g) \
stagex/sxctl -baseDir=/src gen make
touch $@
# Commented out until sxctl supports new folder layout
#src/packages.mk: out/sxctl/index.json $(shell find packages/*/Containerfile | tr '\n' ' ')
# env -C out/sxctl tar -cf - . | docker load
# docker run \
# --rm \
# --volume .:/src \
# --user $(shell id -u):$(shell id -g) \
# stagex/sxctl -baseDir=/src gen make
# touch $@
DEFAULT_GOAL := default
.PHONY: default