Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08779c9

Browse files
committed
fix: update build matrix and configuration files
- Rearrange Ubuntu distro build order- Update 'latest' description to current checkout branch- Rename Jetbrains run configuration file for libpointmatcher build matrixIssue NMO-589
1 parent3ca234d commit08779c9

7 files changed

+12
-14
lines changed

‎build_system/.env.build_matrix.dependencies‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NBS_EXECUTE_BUILD_MATRIX_OVER_COMPOSE_FILE=docker-compose.dependencies.yaml
1010
#
1111
# Libpointmatcher version
1212
#
13-
# 'latest' is thelatestpush to the libpointmatchermaster branch
13+
# 'latest' is themost recentpush to thecurrentlibpointmatchercheckout branch
1414
NBS_MATRIX_REPOSITORY_VERSIONS=( '1.4.3' 'latest' )
1515

1616
#
@@ -32,7 +32,7 @@ NBS_MATRIX_SUPPORTED_OS=( 'ubuntu' )
3232
# Ubuntu release: https://ubuntu.com/about/release-cycle
3333
# bionic=18.04 focal=20.04 jammy=22.04
3434
# Part of the build matrix used for PR
35-
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'bionic' 'focal' 'jammy' )
35+
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'jammy' 'focal' 'bionic' )
3636
#
3737
# iceboxed: implement other OS support (ref task NMO-213 OsX arm64-Darwin and NMO-210 OsX x86 CD components)
3838
#NBS_MATRIX_OSX_SUPPORTED_VERSIONS=( 'monterey' 'ventura' )

‎build_system/.env.build_matrix.libpointmatcher‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ NBS_EXECUTE_BUILD_MATRIX_OVER_COMPOSE_FILE=docker-compose.libpointmatcher.yaml
1010
#
1111
# Libpointmatcher version
1212
#
13-
# 'latest' is the latest push to the libpointmatcher master branch
14-
#NBS_MATRIX_REPOSITORY_VERSIONS=( '1.4.3' 'latest' )
13+
# 'latest' is the most recent push to the current libpointmatcher checkout branch
1514
NBS_MATRIX_REPOSITORY_VERSIONS=( 'latest' )
1615

1716
#
@@ -32,7 +31,7 @@ NBS_MATRIX_SUPPORTED_OS=( 'ubuntu' )
3231
#
3332
# Ubuntu release: https://ubuntu.com/about/release-cycle
3433
# bionic=18.04 focal=20.04 jammy=22.04
35-
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'bionic' 'focal' 'jammy' )
34+
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'jammy' 'focal' 'bionic' )
3635
#
3736
# iceboxed: implement other OS support (ref task NMO-213 OsX arm64-Darwin and NMO-210 OsX x86 CD components)
3837
#NBS_MATRIX_OSX_SUPPORTED_VERSIONS=( 'monterey' 'ventura' )

‎build_system/.env.build_matrix.libpointmatcher.bleeding‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ NBS_EXECUTE_BUILD_MATRIX_OVER_COMPOSE_FILE=docker-compose.libpointmatcher.yaml
1010
#
1111
# Libpointmatcher version
1212
#
13-
# 'latest' is the latest push to the libpointmatcher master branch
14-
#NBS_MATRIX_REPOSITORY_VERSIONS=( '1.4.3' 'latest' )
13+
# 'latest' is the most recent push to the current libpointmatcher checkout branch
1514
NBS_MATRIX_REPOSITORY_VERSIONS=( 'latest' )
1615

1716
#
@@ -33,7 +32,7 @@ NBS_MATRIX_SUPPORTED_OS=( 'ubuntu' )
3332
#
3433
# Ubuntu release: https://ubuntu.com/about/release-cycle
3534
# bionic=18.04 focal=20.04 jammy=22.04
36-
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'bionic' 'focal' 'jammy' )
35+
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'jammy' 'focal' 'bionic' )
3736
#
3837
# iceboxed: implement other OS support (ref task NMO-213 OsX arm64-Darwin and NMO-210 OsX x86 CD components)
3938
#NBS_MATRIX_OSX_SUPPORTED_VERSIONS=( 'monterey' 'ventura' )

‎build_system/.env.build_matrix.libpointmatcher.release‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NBS_EXECUTE_BUILD_MATRIX_OVER_COMPOSE_FILE=docker-compose.libpointmatcher.yaml
1010
#
1111
# Libpointmatcher version
1212
#
13-
# 'latest' is thelatestpush to the libpointmatchermaster branch
13+
# 'latest' is themost recentpush to thecurrentlibpointmatchercheckout branch
1414
NBS_MATRIX_REPOSITORY_VERSIONS=( '1.4.3' 'latest' )
1515

1616
#
@@ -30,7 +30,7 @@ NBS_MATRIX_SUPPORTED_OS=( 'ubuntu' )
3030
#
3131
# Ubuntu release: https://ubuntu.com/about/release-cycle
3232
# bionic=18.04 focal=20.04 jammy=22.04
33-
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'bionic' 'focal' 'jammy' )
33+
NBS_MATRIX_UBUNTU_SUPPORTED_VERSIONS=( 'jammy' 'focal' 'bionic' )
3434
#
3535
# iceboxed: implement other OS support (ref task NMO-213 OsX arm64-Darwin and NMO-210 OsX x86 CD components)
3636
#NBS_MATRIX_OSX_SUPPORTED_VERSIONS=( 'monterey' 'ventura' )

build_system/.jetbrains_run_config/bash lpm_execute_compose_over_build_matrix.bash › build dependencies_arm64v8 ci_PR_arm64v8 _popup_.run.xml renamed to build_system/.jetbrains_run_config/bash lpm_crawl_libpointmatcher_build_matrix.bash › build ci_PR_arm64 _popup_.run.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<componentname="ProjectRunConfigurationManager">
2-
<configurationdefault="false"name="bash lpm_crawl_libpointmatcher_build_matrix.bash › buildci_PR_arm64v8&lt;popup&gt;"type="ShConfigurationType"folderName="[LPM] C | Execute compose over build matrix"editBeforeRun="true">
3-
<optionname="SCRIPT_TEXT"value="bash lpm_crawl_libpointmatcher_build_matrix.bash --repository-version-build-matrix-override latest --os-name-build-matrix-override ubuntu --cmake-build-type-build-matrix-override Release --ubuntu-version-build-matrix-override jammy --fail-fast -- buildci_PR_arm64v8" />
2+
<configurationdefault="false"name="bash lpm_crawl_libpointmatcher_build_matrix.bash › buildci_PR_arm64&lt;popup&gt;"type="ShConfigurationType"folderName="[LPM] C | Execute compose over build matrix"editBeforeRun="true">
3+
<optionname="SCRIPT_TEXT"value="bash lpm_crawl_libpointmatcher_build_matrix.bash --repository-version-build-matrix-override latest --os-name-build-matrix-override ubuntu --cmake-build-type-build-matrix-override Release --ubuntu-version-build-matrix-override jammy --fail-fast -- buildci_PR_arm64" />
44
<optionname="INDEPENDENT_SCRIPT_PATH"value="true" />
55
<optionname="SCRIPT_PATH"value="" />
66
<optionname="SCRIPT_OPTIONS"value="" />

‎build_system/docker-compose.libpointmatcher.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include:
44
services:
55

66
# ====Pull-request related services==============================================================
7-
# ....Test logic related to libpointmatcher installcasses.......................................
7+
# ....Test logic related to libpointmatcher installcases........................................
88
_test_compilation:
99
image:${NBS_DOCKERHUB_NAMESPACE:?err}/libpointmatcher-compilation-test:${NBS_IMAGE_TAG:?err}
1010
pull_policy:build# Execute the `build` attribute over pulling the `image` attribute

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp