Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ongoing Issue: CI Maintenance Tasks #2011

Open
elBoberido opened this issue Aug 29, 2023 · 0 comments · Fixed by #2024 or #2181
Open

Ongoing Issue: CI Maintenance Tasks #2011

elBoberido opened this issue Aug 29, 2023 · 0 comments · Fixed by #2024 or #2181
Labels
tooling All iceoryx related tooling (scripts etc.)

Comments

@elBoberido
Copy link
Member

Brief feature description

This is an accumulation issue for all the CI tasks. No matter if it is an individual task like adding a new CI target or a repeating one like updating the version of github actions. Instead oh having to create issues with a one-liner all the time, this one can be used.

@elBoberido elBoberido added the tooling All iceoryx related tooling (scripts etc.) label Aug 29, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 7, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 7, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 7, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 7, 2023
elBoberido added a commit that referenced this issue Sep 8, 2023
…std-header-check

iox-#2011 Remove gcc 5.4 and std_header_check.sh from CI
@elBoberido elBoberido linked a pull request Sep 8, 2023 that will close this issue
21 tasks
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 20, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 28, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 28, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 29, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 29, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 29, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 29, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 29, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 29, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 29, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 29, 2023
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Sep 30, 2023
@elBoberido elBoberido mentioned this issue Oct 20, 2023
21 tasks
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Feb 5, 2024
@elBoberido elBoberido linked a pull request Feb 6, 2024 that will close this issue
21 tasks
elBoberido added a commit that referenced this issue Apr 17, 2024
…-only-if-not-yet-applied-release-2-0

iox-#2011 Apply cpptoml patch only if not yet applied
elBoberido added a commit that referenced this issue Apr 17, 2024
…-only-if-not-yet-applied

iox-#2011 Apply cpptoml patch only if not yet applied
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Apr 17, 2024
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Apr 17, 2024
elBoberido added a commit that referenced this issue Apr 17, 2024
…-only-if-not-yet-applied-take-2-releaes-2-0

iox-#2011 Use cmake mechanism to suppress the output of 'git apply'
elBoberido added a commit that referenced this issue Apr 17, 2024
…-only-if-not-yet-applied-take-2

iox-#2011 Use cmake mechanism to suppress the output of 'git apply'
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Apr 24, 2024
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Apr 24, 2024
elBoberido added a commit that referenced this issue Apr 26, 2024
forestf255 pushed a commit to forestf255/iceoryx that referenced this issue May 16, 2024
forestf255 pushed a commit to forestf255/iceoryx that referenced this issue May 16, 2024
forestf255 added a commit to forestf255/iceoryx that referenced this issue May 16, 2024
elBoberido added a commit that referenced this issue May 16, 2024
…tidy-symlink

iox-#2011 Remove stale .clang-tidy symlink
clalancette added a commit to clalancette/iceoryx that referenced this issue May 31, 2024
… 13.

GCC 13 (which is in Ubuntu 24.04) introduced a number of
false positive warnings when using -Warray-bounds and -Wstring-op; see:

* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114758
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111118
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110498

In my testing, these only show up when building with optimizations,
i.e. CMAKE_BUILD_TYPE=RelWithDebInfo.

This commit silences those warnings across the two functions
that cause the problem, and make the build completely clean.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
clalancette added a commit to clalancette/iceoryx that referenced this issue Jun 3, 2024
… 13.

GCC 13 (which is in Ubuntu 24.04) introduced a number of
false positive warnings when using -Warray-bounds and -Wstring-op; see:

* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114758
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111118
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110498

In my testing, these only show up when building with optimizations,
i.e. CMAKE_BUILD_TYPE=RelWithDebInfo.

This commit silences those warnings across the two functions
that cause the problem, and make the build completely clean.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
elBoberido added a commit that referenced this issue Jun 3, 2024
…warnings

iox-#2011 Silence some warnings when building with GCC 13.
clalancette added a commit to clalancette/iceoryx that referenced this issue Jun 11, 2024
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
elfenpiff added a commit that referenced this issue Jun 11, 2024
iox-#2011 Solve a warning when building in Release mode.
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Aug 15, 2024
elBoberido added a commit that referenced this issue Aug 15, 2024
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Oct 17, 2024
elBoberido added a commit that referenced this issue Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling All iceoryx related tooling (scripts etc.)
Projects
None yet
1 participant