Skip to content

Commit

Permalink
Drone: Disable erroring FreeBSD jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Nov 28, 2023
1 parent 4e78303 commit 7da4d16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ def main(ctx):

# FreeBSD
job(compiler='clang-10', cxxstd='11,14,17,20', os='freebsd-13.1'),
job(compiler='clang-15', cxxstd='11,14,17,20', os='freebsd-13.1'),
job(compiler='gcc-11', cxxstd='11,14,17,20', os='freebsd-13.1', linkflags='-Wl,-rpath=/usr/local/lib/gcc11'),
# Missing symbols for _ZTIDu
#job(compiler='clang-15', cxxstd='11,14,17,20', os='freebsd-13.1'),
# Seg faults
#job(compiler='gcc-11', cxxstd='11,14,17,20', os='freebsd-13.1', linkflags='-Wl,-rpath=/usr/local/lib/gcc11'),
# OSX
job(compiler='clang', cxxstd='11,14,17,2a', os='osx-xcode-9.4.1'),
job(compiler='clang', cxxstd='11,14,17,2a', os='osx-xcode-10.3'),
Expand Down

0 comments on commit 7da4d16

Please sign in to comment.