Skip to content

Commit

Permalink
fix: add debugs
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Jul 17, 2023
1 parent 8c9fd06 commit ff92e6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,15 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
apt-get install -yy autoconf automake make autogen autoconf libtool binutils git squashfs-tools libcryptsetup-dev libdevmapper-dev cryptsetup-bin squashfuse
cd /src
echo "ID="$(id)
make go-download
make show-info
make stacker-dynamic VERSION_FULL=${{ matrix.build-id }}
file stacker-dynamic
./stacker-dynamic --version
lxc-usernsexec -s -- ls -al /
./stacker-dynamic --debug check
ls -alR
make stacker VERSION_FULL=${{ matrix.build-id }} STACKER_BUILD_BASE_IMAGE=docker://arm64v8/alpine:edge
- name: Get the output
# Echo the `uname` output parameter from the `runcmd` step
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ STAGE1_STACKER ?= ./stacker-dynamic
STACKER_DEPS = $(GO_SRC) go.mod go.sum

stacker: $(STAGE1_STACKER) $(STACKER_DEPS) cmd/stacker/lxc-wrapper/lxc-wrapper.c
echo "$(STACKER_BUILD_BASE_IMAGE)"
$(STAGE1_STACKER) --debug $(STACKER_OPTS) build \
-f build.yaml --shell-fail \
--substitute STACKER_BUILD_BASE_IMAGE=$(STACKER_BUILD_BASE_IMAGE) \
Expand Down

0 comments on commit ff92e6e

Please sign in to comment.