Skip to content

Commit

Permalink
chore: don't create legacy-named release artefacts (#4111)
Browse files Browse the repository at this point in the history
This moves forward the name normalisation that was commenced in #3997.
  • Loading branch information
ggreif authored Jul 18, 2023
1 parent 7f1b6bd commit a6520b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release-files.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ let
cp ${as_tarball "x86_64-linux" (with linux; [ mo-ide mo-doc moc ])} $out/motoko-Linux-x86_64-${releaseVersion}.tar.gz
cp ${as_tarball "x86_64-darwin" (with darwin; [ mo-ide mo-doc moc ])} $out/motoko-Darwin-x86_64-${releaseVersion}.tar.gz
# create legacy names too
ln $out/motoko-Linux-x86_64-${releaseVersion}.tar.gz $out/motoko-linux64-${releaseVersion}.tar.gz
ln $out/motoko-Darwin-x86_64-${releaseVersion}.tar.gz $out/motoko-macos-${releaseVersion}.tar.gz
cp ${as_js "moc" linux.js.moc} $out/moc-${releaseVersion}.js
cp ${as_js "moc-interpreter" linux.js.moc_interpreter} $out/moc-interpreter-${releaseVersion}.js
tar --exclude=.github -C ${nixpkgs.sources.motoko-base} -czvf $out/motoko-base-library.tar.gz .
Expand Down

0 comments on commit a6520b9

Please sign in to comment.