polygott
polygott copied to clipboard
deno: deno 1.1 to 1.3
fix https://repl.it/bugs/p/update-from-deno-v11-to-v13
ref https://discordapp.com/channels/437048931827056642/437062588929671169/745341350370607165
close https://github.com/denoland/deno/issues/7099
close https://github.com/bevry/caterpillar/issues/81
failed CI build seems to be due to something unrelated
2020-08-18 19:14:07 (104 MB/s) - 'julia-1.3.1-linux-x86_64.tar.gz' saved [95929584/95929584]
tar xf julia-1.3.1-linux-x86_64.tar.gz
cp julia-1.3.1/bin/julia /usr/bin/
cp -r julia-1.3.1/lib/* /usr/lib/
cp -r julia-1.3.1/include/* /usr/include/
cp -r julia-1.3.1/share/* /usr/share/
rm -rf ./julia-1.3.1 julia-1.3.1-linux-x86_64.tar.gz
/usr/bin/build-prybar-lang.sh julia
build prybar-julia
# github.com/replit/prybar/languages/julia
/usr/lib/go-1.15/pkg/tool/linux_amd64/link: cannot write /tmp/go-link-818736953/000018.o: write /tmp/go-link-818736953/000018.o: copy_file_range: operation not permitted
/usr/lib/go-1.15/pkg/tool/linux_amd64/link: cannot write /tmp/go-link-818736953/000008.o: write /tmp/go-link-818736953/000008.o: copy_file_range: operation not permitted
Makefile:7: recipe for target 'prybar-julia' failed
make: *** [prybar-julia] Error 2
The command '/bin/sh -c /bin/bash phase2.sh' returned a non-zero code: 2
make: *** [Makefile:7: image] Error 2
Exited with code exit status 2
CircleCI received exit code 2
PR is continuing to fail for something unrelated
Merging master has fixed the failing tests. Can this get merged please.
Good afternoon @balupton ! You've probably noticed by now that we've been slow to merge community PRs on polygott. We've decided to focus on giving Repl.it a stable foundation instead of adding features and updating languages. Once we and our community feel comfortable with Repl.it's overall stability, we'll give this change another look. Thank you for contributing!
@dan-stowell when is the ETA of this stable foundation?