mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
run another test
This commit is contained in:
parent
4ba80d2e19
commit
449e0c5d92
2 changed files with 2 additions and 7 deletions
2
packages/gleam/0.27.0/compile
vendored
2
packages/gleam/0.27.0/compile
vendored
|
@ -3,7 +3,7 @@
|
|||
gleam new project --skip-git
|
||||
mkdir project/build
|
||||
cp /piston/packages/gleam/0.27.0/project/manifest.toml project/manifest.toml
|
||||
cp /piston/packages/gleam/0.27.0/project/build/packages* project/build -r || true
|
||||
cp /piston/packages/gleam/0.27.0/project/build/packages* project/build -r > /dev/null
|
||||
|
||||
cat $1 > project/src/project.gleam
|
||||
|
||||
|
|
7
packages/gleam/0.27.0/metadata.json
vendored
7
packages/gleam/0.27.0/metadata.json
vendored
|
@ -1,10 +1,5 @@
|
|||
{
|
||||
"language": "gleam",
|
||||
"version": "0.27.0",
|
||||
"aliases": ["gleam"],
|
||||
"limit_overrides": {
|
||||
"max_open_files": 8192,
|
||||
"output_max_size": 8192,
|
||||
"max_process_count": 256
|
||||
}
|
||||
"aliases": ["gleam"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue