File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/philips-software/amp-devcontainer-cpp:v6.0.1 @sha256:0b238dbdd0e39a9704fc5317269f654b8bfd23868bad9491e806ae417d645352
1+ FROM ghcr.io/philips-software/amp-devcontainer-cpp:v6.0.2 @sha256:36afaaa5ba4bc4e9bb471012db9733c26a210e315ddb33600f73bb9532b02a25 # 6.0.2
22
33HEALTHCHECK NONE
Original file line number Diff line number Diff line change 2525 - target : " stm32f407"
2626 configuration : " MinSizeRel"
2727 runs-on : [ubuntu-latest]
28- container : ghcr.io/philips-software/amp-devcontainer-cpp:v5.6.1 @sha256:04cda0c73cd01f0d97879aba7871c5118147ea0478616c49e8c0643653fbbc8b # 5.6.1
28+ container : ghcr.io/philips-software/amp-devcontainer-cpp:v6.0.2 @sha256:36afaaa5ba4bc4e9bb471012db9733c26a210e315ddb33600f73bb9532b02a25 # 6.0.2
2929 steps :
3030 - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3131 if : ${{ matrix.target == 'windows' }}
3434 path : /winsdk
3535 key : cache-winsdk
3636 - if : ${{ matrix.target == 'windows' && steps.cache-winsdk.outputs.cache-hit != 'true' }}
37- run : xwin --accept-license splat --preserve-ms-arch-notation --include-debug-libs && mv .xwin-cache/splat/ /winsdk
37+ run : xwin --accept-license --sdk-version "10.0.26100" --crt-version "14.43.17.13" splat --preserve-ms-arch-notation --include-debug-libs && mv .xwin-cache/splat/ /winsdk
3838 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939 with :
4040 persist-credentials : false
Original file line number Diff line number Diff line change 1- FROM ghcr. io/ philips- software/ amp- devcontainer- cpp: 5.1 . 4 @sha256 : 46239906460dedb3baf3c33d9275f3de4f17d7a237fc136c2013b021589a6dbd AS builder
1+ FROM ghcr. io/ philips- software/ amp- devcontainer- cpp: v6 . 0.2 @sha256 : 36afaaa5ba4bc4e9bb471012db9733c26a210e315ddb33600f73bb9532b02a25 AS builder
22
33HEALTHCHECK NONE
44
You can’t perform that action at this time.
0 commit comments