mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-05 19:36:26 +02:00
maybe ignore the sigkill
This commit is contained in:
parent
0626714ec8
commit
f8e5929a81
1 changed files with 3 additions and 2 deletions
5
packages/gleam/0.27.0/compile
vendored
5
packages/gleam/0.27.0/compile
vendored
|
@ -10,16 +10,17 @@
|
||||||
|
|
||||||
gleam new project --skip-git
|
gleam new project --skip-git
|
||||||
mkdir project/build
|
mkdir project/build
|
||||||
cp /piston/packages/gleam/0.27.0/project/build* project -r
|
|
||||||
cp /piston/packages/gleam/0.27.0/project/manifest.toml project/manifest.toml
|
cp /piston/packages/gleam/0.27.0/project/manifest.toml project/manifest.toml
|
||||||
|
cp /piston/packages/gleam/0.27.0/project/build* project -r || true
|
||||||
|
|
||||||
# cp project/build* project -r
|
# cp project/build* project -r
|
||||||
# cp project/manifest.toml project/manifest.toml
|
# cp project/manifest.toml project/manifest.toml
|
||||||
|
|
||||||
|
echo "surviving sigkill"
|
||||||
|
|
||||||
cat $1 > project/src/project.gleam
|
cat $1 > project/src/project.gleam
|
||||||
|
|
||||||
cd project
|
cd project
|
||||||
# echo "Printing Copied Files"
|
# echo "Printing Copied Files"
|
||||||
ls -R -a
|
ls -R -a
|
||||||
gleam build --target=javascript
|
gleam build --target=javascript
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue