forked from openthread/ot-efr32
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[actions] upload docker image tar to artifacts #724
Closed
lmnotran
wants to merge
9
commits into
main
from
feature/make-build-workflow-use-docker-image-from-workflow
Closed
[actions] upload docker image tar to artifacts #724
lmnotran
wants to merge
9
commits into
main
from
feature/make-build-workflow-use-docker-image-from-workflow
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [openthread](https://github.com/openthread/openthread) from `54afce9` to `4e8f3c0`. - [Commits](openthread/openthread@54afce9...4e8f3c0) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lmnotran
force-pushed
the
feature/make-build-workflow-use-docker-image-from-workflow
branch
from
June 19, 2024 18:28
ac92aa8
to
a8807c9
Compare
lmnotran
force-pushed
the
feature/make-build-workflow-use-docker-image-from-workflow
branch
26 times, most recently
from
June 20, 2024 02:14
9f1d3d6
to
e05328f
Compare
Mac platforms are become more locked-down and when grep is installed by XCode for example it is a BSD version not GNU version so doesn't have the "-P" option to use perl patterns. This fixes scripts to not depend on GNU grep.
lmnotran
force-pushed
the
feature/make-build-workflow-use-docker-image-from-workflow
branch
18 times, most recently
from
June 21, 2024 17:47
c411adf
to
868e0d5
Compare
Bumps [openthread](https://github.com/openthread/openthread) from `215c23f` to `89b54dc`. - [Commits](openthread/openthread@215c23f...89b54dc) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lmnotran
force-pushed
the
feature/make-build-workflow-use-docker-image-from-workflow
branch
4 times, most recently
from
June 21, 2024 19:45
1cf315b
to
8d94119
Compare
Bumps [openthread](https://github.com/openthread/openthread) from `89b54dc` to `473fbca`. - [Commits](openthread/openthread@89b54dc...473fbca) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#898) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This changes the relationship of the workflows so that the `arm-gcc` job in `build.yml` is run using the docker image generated by the docker `build-image` job. Previously, the `arm-gcc` job would just use the `:latest` tag of `siliconlabsinc/ot-efr32-dev` from DockerHub. This presents a problem when there are changes to the bootstrap script which are required for the build script to succeed. These changes would not be present in the currently published `siliconlabsinc/ot-efr32-dev:latest` since that image was build off of `SiliconLabs/ot-efr32:main`, not the current branch.
lmnotran
force-pushed
the
feature/make-build-workflow-use-docker-image-from-workflow
branch
from
June 24, 2024 13:05
8d94119
to
e66bd5f
Compare
lmnotran
deleted the
feature/make-build-workflow-use-docker-image-from-workflow
branch
June 26, 2024 14:18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.