Skip to content

Commit

Permalink
build: rollback ubuntu jammy support
Browse files Browse the repository at this point in the history
  • Loading branch information
RedLeader962 committed Dec 11, 2023
1 parent dfc8594 commit 4b01f3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build_system/.env.build_matrix.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ NBS_MATRIX_SUPPORTED_OS=( 'ubuntu' )
#
# Ubuntu release: https://ubuntu.com/about/release-cycle
# bionic=18.04 focal=20.04 jammy=22.04
# Part of the build matrix used for PR
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'bionic' 'focal' 'jammy' )
# Part of the build matrix used for assessing the state of the codebase
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS_SITREP=( "${NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS[@]}" )
# inprogress: fixme!! (ref task NMO-305 ﹅→ Build fail: ubuntu jammy with utest compilation).
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS_SITREP=( 'bionic' 'focal' 'jammy' )
# Part of the build matrix used for PR
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'bionic' 'focal' )
# ToDo: fixme!! (ref task NMO-305 ﹅→ Build fail: ubuntu jammy with utest compilation).
#
# iceboxed: implement other OS support (ref task NMO-213 OsX arm64-Darwin and NMO-210 OsX x86 CD components)
#NBS_MATRIX_OSX_SUPPORTED_VERSIONS=( 'monterey' 'ventura' )
Expand Down
8 changes: 4 additions & 4 deletions build_system/.env.build_matrix.libpointmatcher
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ NBS_MATRIX_SUPPORTED_OS=( 'ubuntu' )
#
# Ubuntu release: https://ubuntu.com/about/release-cycle
# bionic=18.04 focal=20.04 jammy=22.04
# Part of the build matrix used for PR
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'bionic' 'focal' 'jammy' )
# Part of the build matrix used for assessing the state of the codebase
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS_SITREP=( "${NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS[@]}" )
# inprogress: fixme!! (ref task NMO-305 ﹅→ Build fail: ubuntu jammy with utest compilation).
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS_SITREP=( 'bionic' 'focal' 'jammy' )
# Part of the build matrix used for PR
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'bionic' 'focal' )
# ToDo: fixme!! (ref task NMO-305 ﹅→ Build fail: ubuntu jammy with utest compilation).
#
# iceboxed: implement other OS support (ref task NMO-213 OsX arm64-Darwin and NMO-210 OsX x86 CD components)
#NBS_MATRIX_OSX_SUPPORTED_VERSIONS=( 'monterey' 'ventura' )
Expand Down

0 comments on commit 4b01f3d

Please sign in to comment.