1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-16 16:46:26 +02:00

pkg(julia-1.5.4): switch to build from source ()

* pkg(julia-1.5.4): switch to build from source

* fix install lang in ci test step

* use x86-64 cpu target list
This commit is contained in:
Dan Vargas 2021-05-08 20:40:41 -05:00 committed by GitHub
parent 93188099b7
commit 3e9705bcd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 6 deletions
packages/julia/1.5.4

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
export PATH=$PWD/julia-1.5.4/bin:$PATH
# Add Julia binary to path
export PATH=$PWD/bin:$PATH