Skip to content

Builds broken in master branch (1.8.11)?! #616

Open
@henrygab

Description

@henrygab
Contributor

Is something misconfigured for the CI builds?

It appears that all PRs since December 24 have failed to build (via CI Actions).

On December 24th, three PRs (#3, #586, #588) were merged, and then the version was updated to 1.8.11. Each of those merges has failed the CI build (but logs are gone now).

Please fix so PRs can have some sanity checks applied, and be considered for merging again!

Potentially affected PRs include:

Activity

facchinm

facchinm commented on Apr 1, 2021

@facchinm
Member

Hi @henrygab ,
there's a known incompatibility on branch 1.8.11+ with this library ( https://github.com/bxparks/AceTime ). The check has been added to avoid future breakages but until bxparks/AceTime#57 and #612 get merged the CI will be "broken" (as expected).
@per1234 do we have any solution beside manually checking the CI output to make sure only AceTime fails to compile?

per1234

per1234 commented on Apr 1, 2021

@per1234
Contributor

@facchinm unfortunately there is no established system in place for doing that. The compilation results are all recorded in a JSON file, so it could certainly be done.

I can make the manual checking less painful though. I am currently preparing a PR to disable the verbose output from the arduino/compile-sketches action. The verbose output is primarily intended to be used for troubleshooting the build process or action, and really doesn't offer any value for normal usage. Disabling the verbose output will significantly reduce the size of the log and make it easier for people to check for the cause of the failure.

stonehippo

stonehippo commented on Apr 12, 2021

@stonehippo

@per1234 @facchinm any joy? It looks like now @bxparks is holding the PR on the AceTime side until 1.8.12 is released here? bxparks/AceTime#58

facchinm

facchinm commented on Apr 12, 2021

@facchinm
Member

#597 needs to be fixed (and #622 merged) before releasing 1.8.12, but all the other pieces should be in place now.

stonehippo

stonehippo commented on May 25, 2021

@stonehippo

Any progress?

bxparks

bxparks commented on Nov 4, 2021

@bxparks
Contributor

I was going to create a PR to remove AceTime from the GH Workflow, but it was already done a few weeks ago:
96ce5f9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @stonehippo@henrygab@per1234@facchinm@bxparks

        Issue actions

          Builds broken in master branch (1.8.11)?! · Issue #616 · arduino/ArduinoCore-samd