Skip to content

Commit

Permalink
FORCE_CI_DEBUG and +x for debug
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed Jan 14, 2024
1 parent 6376e84 commit 6a9a75a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-vstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
release:
types:
- created
env:
FORCE_CI_DEBUG: 1
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -20,9 +22,12 @@ jobs:
# git submodule update --init --recursive
submodules: recursive

- name: Install deps
run: |
./install-deps.sh -x
- name: Build ceph vstart
run: |
#./install-deps.sh
./do_cmake.sh
cd build
ninja
Expand Down

0 comments on commit 6a9a75a

Please sign in to comment.