Manual Release Channel

This commit is contained in:
2023-03-06 21:30:06 -05:00
parent 5d3e3f8a6e
commit 39da0cd107

View File

@@ -118,13 +118,11 @@
pathsToLink = [ "/bin" ];
};
};
in pkgs.releaseTools.channel {
name = "New Alan Docker Image";
constituents = [
# image
];
src = image;
};
in pkgs.runCommandCC "New Alan Docker Release" {} '''
mkdir -p $out/{nix-support,share}
cp ${image} $out/share/newalan_image.tar.gz
echo "docker image $out/share/newalan_image.tar.gz" >> $out/nix-support/hydra-build-products
'';
} // lib.optionalAttrs (system == "x86_64-linux") {
# NB: cargo-tarpaulin only supports x86_64 systems
# Check code coverage (note: this will not upload coverage anywhere)