From 37d19afb6254ed06f0847f9839eb2c0b340ea6eb Mon Sep 17 00:00:00 2001 From: Sergei Date: Fri, 16 Aug 2024 20:53:01 +0300 Subject: [PATCH] ts v22.4.7 -> v22.4.10 (#133) --- .devcontainer/devcontainer.json | 2 +- .github/workflows/cetlvast.yml | 6 +++--- CONTRIBUTING.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f2054b9..6f80540 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "linux development environment", - "image": "ghcr.io/opencyphal/toolshed:ts22.4.7", + "image": "ghcr.io/opencyphal/toolshed:ts22.4.10", "customizations": { "vscode": { "extensions": [ diff --git a/.github/workflows/cetlvast.yml b/.github/workflows/cetlvast.yml index 503f1ff..7283531 100644 --- a/.github/workflows/cetlvast.yml +++ b/.github/workflows/cetlvast.yml @@ -18,7 +18,7 @@ jobs: contains(github.ref, '/issue/') || (github.event_name == 'pull_request') runs-on: ubuntu-latest - container: ghcr.io/opencyphal/toolshed:ts22.4.7 + container: ghcr.io/opencyphal/toolshed:ts22.4.10 strategy: matrix: build_flavor: [Debug, Release] @@ -80,7 +80,7 @@ jobs: contains(github.ref, '/issue/') || (github.event_name == 'pull_request') runs-on: ubuntu-latest - container: ghcr.io/opencyphal/toolshed:ts22.4.7 + container: ghcr.io/opencyphal/toolshed:ts22.4.10 steps: - uses: actions/checkout@v4 - name: Cache ext modules @@ -126,7 +126,7 @@ jobs: - verification - docs runs-on: ubuntu-latest - container: ghcr.io/opencyphal/toolshed:ts22.4.7 + container: ghcr.io/opencyphal/toolshed:ts22.4.10 steps: - uses: actions/checkout@v4 with: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1101e48..bd45c63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,10 +40,10 @@ and manually run it. ### TLDR ``` -docker pull ghcr.io/opencyphal/toolshed:ts22.4.7 +docker pull ghcr.io/opencyphal/toolshed:ts22.4.10 git clone {this repo} cd CETL -docker run --rm -it -v ${PWD}:/repo ghcr.io/opencyphal/toolshed:ts22.4.7 +docker run --rm -it -v ${PWD}:/repo ghcr.io/opencyphal/toolshed:ts22.4.10 ./build-tools/bin/verify.py -vv --online configure cd build ninja release @@ -53,7 +53,7 @@ ninja release 1. Pull the OpenCyphal dev-container used for CETL: ``` -docker pull ghcr.io/opencyphal/toolshed:ts22.4.7 +docker pull ghcr.io/opencyphal/toolshed:ts22.4.10 ``` 2. Clone CETL, cd into the repo, and launch an interactive terminal session of the dev container. This command will mount the current directory (`${PWD}`) in @@ -89,7 +89,7 @@ To ensure that the formatting matches the expectations of the CI suite, invoke Clang-Format of the correct version from the container (be sure to use the correct image tag): ``` -docker run --rm -v ${PWD}:/repo ghcr.io/opencyphal/toolshed:ts22.4.7 ./build-tools/bin/verify.py build-danger-danger-cetlvast-clang-format-in-place +docker run --rm -v ${PWD}:/repo ghcr.io/opencyphal/toolshed:ts22.4.10 ./build-tools/bin/verify.py build-danger-danger-cetlvast-clang-format-in-place ``` # `issue/*` and hashtag-based CI triggering