-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport workflows from master (#3967)
* Refs #19048. Backport workflows from master. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs #19048. Change discovery-server version. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Apply suggestion Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com> * Refs #19048: Cleanup actions Signed-off-by: EduPonz <eduardoponz@eprosima.com> --------- Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Signed-off-by: EduPonz <eduardoponz@eprosima.com> Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>
- Loading branch information
1 parent
12bb5b3
commit d994233
Showing
20 changed files
with
334 additions
and
318 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
repositories: | ||
fastcdr: | ||
type: git | ||
url: https://github.com/eProsima/Fast-CDR.git | ||
version: 1.0.x | ||
foonathan_memory_vendor: | ||
type: git | ||
url: https://github.com/eProsima/foonathan_memory_vendor.git | ||
version: v1.2.1 | ||
googletest-distribution: | ||
type: git | ||
url: https://github.com/google/googletest.git | ||
version: release-1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
repositories: | ||
fastcdr: | ||
type: git | ||
url: https://github.com/eProsima/Fast-CDR.git | ||
version: 1.0.x | ||
foonathan_memory_vendor: | ||
type: git | ||
url: https://github.com/eProsima/foonathan_memory_vendor.git | ||
version: v1.3.0 | ||
googletest-distribution: | ||
type: git | ||
url: https://github.com/google/googletest.git | ||
version: release-1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
repositories: | ||
fastcdr: | ||
type: git | ||
url: https://github.com/eProsima/Fast-CDR.git | ||
version: 1.1.x | ||
foonathan_memory_vendor: | ||
type: git | ||
url: https://github.com/eProsima/foonathan_memory_vendor.git | ||
version: v1.3.1 | ||
googletest-distribution: | ||
type: git | ||
url: https://github.com/google/googletest.git | ||
version: release-1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
repositories: | ||
fastcdr: | ||
type: git | ||
url: https://github.com/eProsima/Fast-CDR.git | ||
version: 1.0.x | ||
foonathan_memory_vendor: | ||
type: git | ||
url: https://github.com/eProsima/foonathan_memory_vendor.git | ||
version: v1.2.1 | ||
googletest-distribution: | ||
type: git | ||
url: https://github.com/google/googletest.git | ||
version: release-1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"names": | ||
{ | ||
"fastcdr": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DCMAKE_C_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'", | ||
"-DCMAKE_CXX_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'" | ||
] | ||
}, | ||
"fastrtps": | ||
{ | ||
"cmake-args": | ||
[ | ||
"-DCOMPILE_EXAMPLES=OFF", | ||
"-DEPROSIMA_BUILD_TESTS=ON", | ||
"-DGTEST_INDIVIDUAL=ON", | ||
"-DRTPS_API_TESTS=ON", | ||
"-DFASTRTPS_API_TESTS=OFF", | ||
"-DFASTDDS_PIM_API_TESTS=ON", | ||
"-DPERFORMANCE_TESTS=ON", | ||
"-DSECURITY=ON", | ||
"-DFASTDDS_STATISTICS=ON", | ||
"-DCMAKE_C_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'", | ||
"-DCMAKE_CXX_FLAGS='-fsanitize=thread -O2 -g -fno-omit-frame-pointer'" | ||
] | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.