Skip to content

Commit 196496a

Browse files
committed
Retry Zephyr
1 parent ffd1a73 commit 196496a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/docker-publish-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
variant:
17+
- zephyr
1718
- barearm
1819
- barearmgui
1920
- barearmnordic
20-
# - zephyr
2121
- esp
2222
# - hdl
2323
max-parallel: 1

zephyr/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/zephyrproject-rtos/ci:v0.28.2
1+
FROM ghcr.io/zephyrproject-rtos/ci:v0.27.5
22

33
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && \
44
apt-get -y install curl \

zephyr/.devcontainer/devcontainer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"privileged": true,
77
"mounts": ["type=bind,source=/dev,target=/dev"],
88
"remoteUser": "user",
9+
"workspaceFolder": "/workspaces",
10+
"postAttachCommand": "sudo chown user:user /workspaces",
911
"features": {
1012
"ghcr.io/devcontainers/features/common-utils:2": {
1113
"installZsh": "true",

0 commit comments

Comments
 (0)