Skip to content

Commit

Permalink
Update from the newest template.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Jan 21, 2025
1 parent 4ec3c4c commit 065276d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A GitHub Actions workflow that builds a package on many platforms.

# Copyright (C) 2024 Free Software Foundation, Inc.
# Copyright (C) 2024-2025 Free Software Foundation, Inc.
#
# This file is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
Expand Down Expand Up @@ -821,8 +821,8 @@ jobs:
- run: |
pwd
export CPPFLAGS="-Wall"
export CC="clang -fsanitize=address,undefined,signed-integer-overflow,shift,integer-divide-by-zero"
export LDFLAGS="-fsanitize=address,undefined,signed-integer-overflow,shift,integer-divide-by-zero"
export CC="clang -fsanitize=address,undefined,signed-integer-overflow,shift,integer-divide-by-zero -fno-sanitize-recover=undefined"
export LDFLAGS="-fsanitize=address,undefined,signed-integer-overflow,shift,integer-divide-by-zero -fno-sanitize-recover=undefined"
export CFLAGS="-O0 -fno-omit-frame-pointer -ggdb"
export ASAN_OPTIONS="detect_leaks=0 abort_on_error=1 allocator_may_return_null=1"
./build-on.sh '${{ env.package }}' '' 'make'
Expand Down

0 comments on commit 065276d

Please sign in to comment.