Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
eec3200e
Commit
eec3200e
authored
Jun 13, 2023
by
Samir Halilcevic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add FreeBSD 13.2 to CI
parent
39617f75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
.ci/freebsd-13/prepare.sh
.ci/freebsd-13/prepare.sh
+12
-0
.cirrus.yml
.cirrus.yml
+11
-0
No files found.
.ci/freebsd-13/prepare.sh
0 → 100755
View file @
eec3200e
#!/bin/sh
echo
"Preparing FreeBSD environment"
sysctl hw.model hw.machine hw.ncpu
set
-e
set
-x
env
ASSUME_ALWAYS_YES
=
YES pkg bootstrap
pkg
install
-y
bash git cmake
# Make sure network tests fail early.
sysctl
-w
net.inet.tcp.blackhole
=
0
.cirrus.yml
View file @
eec3200e
...
@@ -46,6 +46,17 @@ freebsd12_task:
...
@@ -46,6 +46,17 @@ freebsd12_task:
build_script
:
.ci/run.sh build .ci/debug-flags.cmake . build
build_script
:
.ci/run.sh build .ci/debug-flags.cmake . build
test_script
:
.ci/run.sh test build net.udp_datagram_socket
test_script
:
.ci/run.sh test build net.udp_datagram_socket
# FreeBSD 13.2 EOL: Release of 13.3 + 3 months
freebsd13_task
:
freebsd_instance
:
image_family
:
freebsd-13-2
<<
:
*RESOURCES_TEMPLATE
prepare_script
:
.ci/freebsd-13/prepare.sh
# Test net.udp_datagram_socket is unstable on FreeBSD, see GH issue #1397.
# << : *DEBUG_BUILD_TEMPLATE
build_script
:
.ci/run.sh build .ci/debug-flags.cmake . build
test_script
:
.ci/run.sh test build net.udp_datagram_socket
# Fedora 38 EOL: May 2024
# Fedora 38 EOL: May 2024
sanitizers_task
:
sanitizers_task
:
container
:
container
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment