Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Oct 24, 2024
1 parent a8751c3 commit e5156a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
sudo apt-get install -y -f -o Acquire::Retries=3 jq libjson-c-dev libcurl4-openssl-dev pkg-config libfuse2 cargo
- name: Build and test
run: |
make tell-cli-name
make tell-cli-name
make tell-cli-name
make tell-cli-name
CFLAGS="-fsanitize=address -O0 -g" make
make oapi-cli-x86_64.AppImage
make tests-all
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ COGNAC/oapi-cli.mk:
json-c/.git:
git clone https://github.com/cosmo-ray/json-c.git -b color

tell-cli-name:
echo "cli-name: ${CLI_NAME}"

json-c-build/libjson-c.a: json-c/.git
rm -rvf ./json-c-build
mkdir json-c-build
Expand Down
5 changes: 5 additions & 0 deletions docker/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ export CURL_BASH_CFLAGS=-Icurl/include/
echo "do the make \!\!"
make -C json-c-build json-c-static || 1 # ignore example compilation error

make tell-cli-name
make tell-cli-name
make tell-cli-name
make tell-cli-name

make
make oapi-cli-x86_64.AppImage

Expand Down

0 comments on commit e5156a9

Please sign in to comment.