Skip to content

Commit

Permalink
ci: disable openwrt until we have found a new maintainer for it
Browse files Browse the repository at this point in the history
  • Loading branch information
atmaxinger committed Jul 6, 2023
1 parent 2e3b3e0 commit aa737a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/news/_preparation_next_release.md
Expand Up @@ -523,7 +523,7 @@ This section keeps you up-to-date with the multi-language support provided by El
- <<TODO>>
- <<TODO>>
- <<TODO>>
- <<TODO>>
- Disable openwrt build until we have found a new maintainer for it. _(Maximilian Irlinger @atmaxinger)_
- <<TODO>>
- <<TODO>>
- <<TODO>>
Expand Down
4 changes: 3 additions & 1 deletion scripts/jenkins/Jenkinsfile
Expand Up @@ -453,11 +453,13 @@ def dockerInit() {
)

/* Image to build openwrt package */
/* TODO: Reenable when we have a new maintainer for openwrt
*
DOCKER_IMAGES.openwrt_sdk = dockerUtils.createDockerImageDesc(
'openwrt-sdk', dockerUtils.&idTesting,
'./scripts/docker/openwrt/sdk',
'./scripts/docker/openwrt/sdk/Dockerfile'
)
)*/
}
}

Expand Down

0 comments on commit aa737a9

Please sign in to comment.