fix(elfutils) (#3949)

* fix(elfutils)

closes #3948

* -Wno-error
This commit is contained in:
Jacob Heider 2023-11-03 18:52:55 -04:00 committed by GitHub
parent 580b647bd3
commit f05ec073db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,18 @@ dependencies:
facebook.com/zstd: '*' facebook.com/zstd: '*'
build: build:
dependencies: dependencies:
gnu.org/make: '*'
gnu.org/m4: '*' gnu.org/m4: '*'
script: script:
- ./configure $ARGS - ./configure $ARGS
- make --jobs {{ hw.concurrency }} - make --jobs {{ hw.concurrency }}
- make --jobs {{ hw.concurrency }} install - make --jobs {{ hw.concurrency }} install
env: env:
CC: clang
CXX: clang++
LD: clang
CFLAGS:
# please don't do this
- -Wno-error
ARGS: ARGS:
- --disable-debug - --disable-debug
- --disable-dependency-tracking - --disable-dependency-tracking