Skip to content

Commit

Permalink
enable asan in findpkgs-search-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Oct 9, 2023
1 parent b0b298f commit 60dcc23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,16 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y --no-install-recommends dc debootstrap librsvg2-bin zstd xml2 syslinux-utils xorriso
sudo apt-get install -y --no-install-recommends dc debootstrap librsvg2-bin zstd xml2 syslinux-utils xorriso gcc libc6-dev
[ ${{ inputs.compat-distro }} != devuan ] || curl https://git.devuan.org/devuan/debootstrap/raw/branch/master/scripts/ceres | sudo tee /usr/share/debootstrap/scripts/`echo ${{ inputs.compat-distro-version }} | sed s/64$//`
- name: 0setup
timeout-minutes: 10
run: |
cd ../woof-out_*
curl -L https://raw.githubusercontent.com/puppylinux-woof-CE/initrd_progs/master/pkg/w_apps_static/w_apps/findpkgs-search-helper.c -o /tmp/1.c
sudo gcc -O0 -g -fsanitize=address /tmp/1.c -o support/findpkgs-search-helper
sudo -E ./0setup
exit 1
- name: 1download
timeout-minutes: 120
run: |
Expand Down

0 comments on commit 60dcc23

Please sign in to comment.