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
9e921a91
Commit
9e921a91
authored
Apr 07, 2023
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/neverlord/freebsd'
parents
0518881a
5f79a255
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
.cirrus.yml
.cirrus.yml
+5
-2
No files found.
.cirrus.yml
View file @
9e921a91
...
...
@@ -10,7 +10,7 @@ debug_build_template: &DEBUG_BUILD_TEMPLATE
asan_build_template
:
&ASAN_BUILD_TEMPLATE
build_script
:
.ci/run.sh build .ci/asan-flags.cmake . build
#
see GH issue #1396
#
The OpenSSL tests currently report memory leaks, see GH issue #1396.
test_script
:
.ci/run.sh test build openssl
# CentOS 7 EOL: June 2024
...
...
@@ -41,7 +41,10 @@ freebsd12_task:
image_family
:
freebsd-12-4
<<
:
*RESOURCES_TEMPLATE
prepare_script
:
.ci/freebsd-12/prepare.sh
<<
:
*DEBUG_BUILD_TEMPLATE
# 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 36 EOL: May 2023
sanitizers_task
:
...
...
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