mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-18 16:49:58 +00:00
[gha] return freebsd build back
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
53c6b10177
commit
c3429bb1a9
32
.github/workflows/build-freebsd.yml
vendored
Normal file
32
.github/workflows/build-freebsd.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
name: Build on FreeBSD
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: with UPnP
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Test in FreeBSD
|
||||||
|
id: test
|
||||||
|
uses: vmactions/freebsd-vm@v1
|
||||||
|
with:
|
||||||
|
usesh: true
|
||||||
|
mem: 2048
|
||||||
|
sync: rsync
|
||||||
|
copyback: true
|
||||||
|
prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc
|
||||||
|
run: |
|
||||||
|
cd build
|
||||||
|
cmake -DWITH_UPNP=ON -DCMAKE_BUILD_TYPE=Release .
|
||||||
|
gmake -j2
|
||||||
|
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: i2pd-freebsd
|
||||||
|
path: build/i2pd
|
@ -9,7 +9,7 @@
|
|||||||
### Changed
|
### Changed
|
||||||
- Don't pick too active peer for first hop
|
- Don't pick too active peer for first hop
|
||||||
- Try peer test again if status is Unknown
|
- Try peer test again if status is Unknown
|
||||||
- Send peer tests with random delay
|
- Send peer tests with random delay
|
||||||
- Reseeds list
|
- Reseeds list
|
||||||
### Fixed
|
### Fixed
|
||||||
- XSS vulnerability in addresshelper
|
- XSS vulnerability in addresshelper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user