Skip to content

Commit

Permalink
.cirrus.yml: Pass DEFAULT_CONFIG_OPTS to configure in the FreeBSD_t…
Browse files Browse the repository at this point in the history
…ask.
  • Loading branch information
octo committed Feb 20, 2024
1 parent b8fd766 commit b228a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ FreeBSD_task:
- git submodule update -- opentelemetry-proto
configure_script:
- ./build.sh
- ./configure --disable-perl
- ./configure ${DEFAULT_CONFIG_OPTS} --disable-perl
build_script:
- make -j$(nproc) -sk CFLAGS="${CFLAGS} -Werror=strict-prototypes"
tests_script:
Expand Down

0 comments on commit b228a8a

Please sign in to comment.