Skip to content

Commit

Permalink
For cross platform build, disable other types for debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Aug 22, 2024
1 parent db4df33 commit 3e0de03
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,33 @@ jobs:
config: "--enable-checking --disable-flto"
make_test: "yes"
clang_analysis: "yes"
- name: FreeBSD
os: ubuntu-latest
config: "no"
make: "no"
with_cross_platform_action: "yes"
cross_platform_os: "freebsd"
cross_platform_arch: "x86-64"
cross_platform_version: "14.1"
cross_platform_config: "--enable-checking --disable-flto --with-libevent"
- name: OpenBSD
os: ubuntu-latest
config: "no"
make: "no"
with_cross_platform_action: "yes"
cross_platform_os: "openbsd"
cross_platform_arch: "x86-64"
cross_platform_version: "7.5"
cross_platform_config: "--enable-checking --disable-flto --with-libevent"
- name: NetBSD
os: ubuntu-latest
config: "no"
make: "no"
with_cross_platform_action: "yes"
cross_platform_os: "netbsd"
cross_platform_arch: "x86-64"
cross_platform_version: "10.0"
cross_platform_config: "--enable-checking --disable-flto --with-libevent"
# - name: FreeBSD
# os: ubuntu-latest
# config: "no"
# make: "no"
# with_cross_platform_action: "yes"
# cross_platform_os: "freebsd"
# cross_platform_arch: "x86-64"
# cross_platform_version: "14.1"
# cross_platform_config: "--enable-checking --disable-flto --with-libevent"
# - name: OpenBSD
# os: ubuntu-latest
# config: "no"
# make: "no"
# with_cross_platform_action: "yes"
# cross_platform_os: "openbsd"
# cross_platform_arch: "x86-64"
# cross_platform_version: "7.5"
# cross_platform_config: "--enable-checking --disable-flto --with-libevent"
# - name: NetBSD
# os: ubuntu-latest
# config: "no"
# make: "no"
# with_cross_platform_action: "yes"
# cross_platform_os: "netbsd"
# cross_platform_arch: "x86-64"
# cross_platform_version: "10.0"
# cross_platform_config: "--enable-checking --disable-flto --with-libevent"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3e0de03

Please sign in to comment.