Closed mathias-arm closed 2 years ago
make localci-run
is currently not working for me: apt-get update
fails in ubuntu:22.04
!
That mysterious problem went away when up I upgraded Docker.
This works for me in the new localci
image:
make linux
make -C linux-host test-server
make -C linux-host test-client
make -C linux-host veracruz-test
make nitro
But this doesn't work:
make icecap
Perhaps that's expected. IceCap never was mentioned in the README
.
But this doesn't work:
make icecap
However, make icecap
did work after I manually installed Nix in the container.
Did we decide that veracruz-docker-image
will be merged into veracruz
, now that it's not so big, rather than use a submodule?
Did we decide that
veracruz-docker-image
will be merged intoveracruz
, now that it's not so big, rather than use a submodule?
We had an agreement. I will make a PR for that.
+1+1 = +1 reached, merged
Note: Draft PR
New docker images:
linux
,icecap
,nitro
andlocalci
(combines all preceding 3). Local images have local cache (rustup , cargo, ccache, etc.) , proper file ownership.icecap
images has pre-compiledcapDL-parse
tool.v22.05
) to images instead of usinglatest