mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge pull request #1440 from wstrm/upgrade-openbsd-6.8
Upgrade OpenBSD to 6.8
This commit is contained in:
commit
1a938f5c15
@ -1,4 +1,4 @@
|
||||
image: openbsd/6.7
|
||||
image: openbsd/6.8
|
||||
|
||||
packages:
|
||||
- cmake
|
||||
@ -8,10 +8,9 @@ packages:
|
||||
- automake-1.16.2
|
||||
- pkgconf
|
||||
- readline
|
||||
- python-3.8.2
|
||||
- autoconf-2.69p2
|
||||
- python-3.8.6p0
|
||||
- autoconf-2.69p3
|
||||
- autoconf-archive
|
||||
- libmesode
|
||||
- curl
|
||||
- gpgme
|
||||
- glib2
|
||||
@ -24,6 +23,7 @@ packages:
|
||||
- sqlite3
|
||||
|
||||
sources:
|
||||
- https://github.com/profanity-im/libmesode.git#0.10.1
|
||||
- https://github.com/profanity-im/profanity
|
||||
|
||||
environment:
|
||||
@ -31,11 +31,18 @@ environment:
|
||||
|
||||
tasks:
|
||||
- symlink: |
|
||||
doas ln -sf /usr/local/bin/python3.7 /usr/local/bin/python
|
||||
doas ln -sf /usr/local/bin/python3.7-config /usr/local/bin/python-config
|
||||
doas ln -sf /usr/local/bin/pydoc3.7 /usr/local/bin/pydoc
|
||||
doas ln -sf /usr/local/bin/python3 /usr/local/bin/python
|
||||
doas ln -sf /usr/local/bin/python3-config /usr/local/bin/python-config
|
||||
doas ln -sf /usr/local/bin/pydoc3 /usr/local/bin/pydoc
|
||||
- build: |
|
||||
export AUTOCONF_VERSION=2.69
|
||||
export AUTOMAKE_VERSION=1.16
|
||||
cd profanity
|
||||
|
||||
cd ~/libmesode
|
||||
./bootstrap.sh
|
||||
./configure
|
||||
make
|
||||
doas make install
|
||||
|
||||
cd ~/profanity
|
||||
./ci-build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user