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

Resolve various build issues #683

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

wjcarpenter
Copy link
Contributor

The csng branch consistently failed to build for me when using the build-docker.sh script. I found 2 problems that were causing failures for me. After fixing those problems, the build went to completion.

  1. Some scripts did not have execute permissions and were skipped because of that. I merely "chmod +x" to fix that.
  2. When trying to sort out the loop devices for populating the boot and rootfs partitions, the rootfs step failed claiming there was no such file. I resolved that by adding a little more cushion in the "truncate" step.

@matt2005 matt2005 merged commit ba47698 into opencardev:csng Oct 18, 2024
@wjcarpenter wjcarpenter deleted the resolve_various_build_issues branch October 19, 2024 02:25
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