Skip to content
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

Fix image build on buildbot. #102

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Fix image build on buildbot. #102

merged 1 commit into from
Jan 20, 2022

Conversation

floitsch
Copy link
Member

Other small improvements:

  • Run buildbot on every push
  • Don't use toit.pkg pkg. The pkg command isn't necessary anymore.
  • Fetch esp dependencies in separate build step as it has lots of
    output.

Other small improvements:
- Run buildbot on every push
- Don't use `toit.pkg pkg`. The `pkg` command isn't necessary anymore.
- Fetch esp dependencies in separate build step as it has lots of
  output.
@floitsch floitsch requested a review from kasperl January 19, 2022 17:46
Copy link
Member

@kasperl kasperl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@@ -2,7 +2,6 @@ name: Build

on:
push:
branches: [main]
pull_request:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't you realize that you don't need to keep the pull_request part when all branches are covered elsewhere?

@kasperl
Copy link
Member

kasperl commented Jan 20, 2022

Landing to make progress with the release of v0.7.

@kasperl kasperl merged commit d6bd0aa into main Jan 20, 2022
@kasperl kasperl deleted the image branch January 20, 2022 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants