Skip to content

tools/ci.sh: Build unix dev variant as part of macOS CI. #7547

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

Merged
merged 2 commits into from
Jul 17, 2021

Conversation

dpgeorge
Copy link
Member

To test BTstack build on macOS.

See #7546.

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2021

Codecov Report

Merging #7547 (0f28b72) into master (8be29b9) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7547      +/-   ##
==========================================
- Coverage   98.27%   98.26%   -0.02%     
==========================================
  Files         154      154              
  Lines       19996    19996              
==========================================
- Hits        19652    19650       -2     
- Misses        344      346       +2     
Impacted Files Coverage Δ
py/obj.c 96.03% <0.00%> (-0.40%) ⬇️
py/parse.c 99.79% <0.00%> (-0.21%) ⬇️
py/runtime.c 99.24% <0.00%> (-0.16%) ⬇️
py/smallint.c 96.00% <0.00%> (+4.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8be29b9...0f28b72. Read the comment docs.

dpgeorge added 2 commits July 17, 2021 23:55
In 2ae3c89, -Wimplicit-fallthrough=0 was
added to get the build to pass.  This option is equivalent to
-Wno-implicit-fallthrough, and the latter is compatible with clang (while
the former is not).

Fixes issue micropython#7546.

Signed-off-by: Damien George <damien@micropython.org>
To test BTstack build on macOS.

Signed-off-by: Damien George <damien@micropython.org>
@dpgeorge dpgeorge force-pushed the tools-ci-macos-unix-dev branch from 0f28b72 to cbc8d5b Compare July 17, 2021 13:56
@dpgeorge dpgeorge merged commit cbc8d5b into micropython:master Jul 17, 2021
@dpgeorge dpgeorge deleted the tools-ci-macos-unix-dev branch July 17, 2021 13:58
tannewt added a commit to tannewt/circuitpython that referenced this pull request Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants