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

[ci] Update build to use OpenWrt 23.05, Ubuntu 22, Python 3.10 #132

Merged
merged 1 commit into from
May 10, 2024

Conversation

nemesifier
Copy link
Member

Also show verbose output if compilation fails.

@nemesifier nemesifier added the enhancement New feature or request label May 9, 2024
@nemesifier nemesifier self-assigned this May 9, 2024
@nemesifier nemesifier force-pushed the update-build branch 3 times, most recently from b611958 to 40a8015 Compare May 9, 2024 22:46
Copy link

github-actions bot commented May 9, 2024

sh-checker report

To get the full details, please check in the job output.

shellcheck errors
'shellcheck ' found no issues.

shfmt errors

'shfmt ' returned error 1 finding the following formatting issues:

----------
--- runbuild.orig
+++ runbuild
@@ -51,8 +51,8 @@
 	make -j"$CORES" toolchain/install
 fi
 
-make -j"$CORES" package/openwisp-monitoring/compile || \
-	make -j1 V=s package/openwisp-monitoring/compile || exit 1
+make -j"$CORES" package/openwisp-monitoring/compile \
+	|| make -j1 V=s package/openwisp-monitoring/compile || exit 1
 
 mv "$BUILD_DIR/openwrt/bin/packages/$COMPILE_TARGET/openwisp_monitoring" "$VERSIONED_DIR"
 
----------

You can reformat the above files to meet shfmt's requirements by typing:

  shfmt  -w filename


@coveralls
Copy link

coveralls commented May 9, 2024

Pull Request Test Coverage Report for Build 9024884990

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.72%

Totals Coverage Status
Change from base Build 9023942318: 0.0%
Covered Lines: 3206
Relevant Lines: 3215

💛 - Coveralls

Also show verbose output if compilation fails.
@nemesifier nemesifier merged commit 164cae2 into master May 10, 2024
2 checks passed
@nemesifier nemesifier deleted the update-build branch May 10, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants