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

Fixes for building, typo and windows ci #2493

Merged
merged 3 commits into from
Mar 11, 2022
Merged

Conversation

amartinz
Copy link
Member

@amartinz amartinz commented Mar 11, 2022

The getEnvironment call is very slow on windows, causing the tests on windows to time out and fail the test suite.

There is also a change to rollup to fix build breakage because of code splitting attempts.

Also fix a case typo.

amartinz and others added 2 commits March 11, 2022 09:55
This fixes:
  [!] Error: Invalid value "iife" for option "output.format" - UMD
  and IIFE output formats are not supported for code-splitting builds.

See: https://rollupjs.org/guide/en/#outputinlinedynamicimports

Change-Id: Ia4e793b924a878133ce7c279a65703bf043bc973
Signed-off-by: Alexander Martinz <[email protected]>
Configure should be lowercase.

Change-Id: Ia670a426cd65e2cc49c7cd31b499ea6162aa6fc2
Signed-off-by: Alexander Martinz <[email protected]>
@amartinz amartinz changed the title Fixes for building and windows ci Fixes for building, typo and windows ci Mar 11, 2022
@codecov
Copy link

codecov bot commented Mar 11, 2022

Codecov Report

Merging #2493 (d9c0153) into master (370f431) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2493   +/-   ##
=======================================
  Coverage   73.71%   73.71%           
=======================================
  Files          28       28           
  Lines         917      917           
=======================================
  Hits          676      676           
  Misses        241      241           

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 370f431...d9c0153. Read the comment docs.

@Flohack74 Flohack74 merged commit ea9d1bd into ubports:master Mar 11, 2022
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.

3 participants