mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Upgrade to OpenBSD 7.0 in CI
This commit is contained in:
parent
ed79b074c6
commit
5e750e1fbc
@ -1,14 +1,15 @@
|
||||
image: openbsd/6.8
|
||||
image: openbsd/7.0
|
||||
|
||||
packages:
|
||||
- gcc-11.2.0p0
|
||||
- cmake
|
||||
- gmake
|
||||
- cmocka
|
||||
- libtool
|
||||
- automake-1.16.2
|
||||
- automake-1.16.3
|
||||
- pkgconf
|
||||
- readline
|
||||
- python-3.8.6p0
|
||||
- python-3.8.12
|
||||
- autoconf-2.69p3
|
||||
- autoconf-archive
|
||||
- curl
|
||||
|
@ -89,7 +89,7 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
|
||||
# `-std=gnu99 -fexec-charset=UTF-8` to silence:
|
||||
# src/event/server_events.c:1453:19: error: universal character names are only valid in C++ and C99
|
||||
# src/event/server_events.c:1454:19: error: universal character names are only valid in C++ and C99
|
||||
CC="gcc -std=gnu99 -fexec-charset=UTF-8"
|
||||
CC="egcc -std=gnu99 -fexec-charset=UTF-8"
|
||||
|
||||
tests=(
|
||||
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
|
||||
|
Loading…
Reference in New Issue
Block a user