Skip to content

Commit

Permalink
ci: disable cppyy jobs due to newer GCC releases incompatibility with…
Browse files Browse the repository at this point in the history
… Cppyy 2.4.2
  • Loading branch information
Gabrielcarvfer committed Oct 13, 2023
1 parent 4cd4b75 commit 14a50b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions utils/tests/gitlab-ci-code-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ clang-tidy-16:
libboost-all-dev libeigen3-dev libgtk-3-dev libopenmpi-dev libsqlite3-dev
gsl-bin libgsl-dev libgsl27
git ssh
- pip3 install --break-system-packages cppyy
- ./ns3 configure -d debug
--enable-clang-tidy
--enable-examples --enable-tests --enable-asserts
--enable-mpi --enable-python-bindings
--enable-mpi
script:
- if (git remote | grep -qw upstream) ; then
git remote remove upstream ;
Expand Down
3 changes: 0 additions & 3 deletions utils/tests/gitlab-ci-cppyy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ cppyy-22.04:
stage: test
image: ubuntu:22.04 # python 3.10
rules:
- if: $RELEASE == "weekly"
- if: $RELEASE == "daily"
- if: $RELEASE == "manual"
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
dependencies: []
before_script:
- apt update
Expand Down

0 comments on commit 14a50b9

Please sign in to comment.