Skip to content

Commit

Permalink
ts v22.4.7 -> v22.4.10 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 authored Aug 16, 2024
1 parent e9bf9ba commit 37d19af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cetlvast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 37d19af

Please sign in to comment.