rust-hwi icon indicating copy to clipboard operation
rust-hwi copied to clipboard

ci: Add Coldcard simulator

Open jirijakes opened this issue 1 year ago • 1 comments

An attempt to add Coldcard simulator.

Notes:

  • Pulls ~10 GB of source code. Unfortunately, adding --shallow-submodules was failing on one of the repositories.
  • Whole docker image is ~14 GB.
  • New docker build takes ~20 minutes, most of it is git clone.
  • Pulls 6.2.2X, I did not manage to build 5.2.2 successfully.
  • So far did not touch tests, some are failing.

jirijakes avatar Feb 02 '24 15:02 jirijakes

I don't know how to continue and I don't know exactly what is the problem. Is the image too big (14G)? I thought for public repositories, the limit was more than that.

I assume it's the image size but at this point, I don't know how to reduce it.

#19 exporting layers 374.3s done
#19 ERROR: mount callback failed on /tmp/containerd-mount4161316911:
  mount callback failed on /tmp/containerd-mount1156002661:
  failed to write compressed diff:
  failed to create diff tar stream:
  failed to copy:
  write /var/lib/buildkit/runc- overlayfs/content/ingest/51e366916285673cf957c58ec6377b823e9dd736895c3a3942221f3339520a0e/data:
  no space left on device
------
 > exporting to docker image format:
------
ERROR: failed to solve: mount callback failed on /tmp/containerd-mount4161316911:
  mount callback failed on /tmp/containerd-mount1156002661:
  failed to write compressed diff:
  failed to create diff tar stream:
  failed to copy:
  write /var/lib/buildkit/runc-overlayfs/content/ingest/51e366916285673cf957c58ec6377b823e9dd736895c3a3942221f3339520a0e/data:
  no space left on device

jirijakes avatar Feb 03 '24 04:02 jirijakes