Skip to content

Commit

Permalink
Explicitly set builder for Fly (#1863)
Browse files Browse the repository at this point in the history
* Try Python 3.9 in fly build to reduce memory usage

* Revert test data insertion and instead increase fly swap

* Use explicit builder for Fly
  • Loading branch information
ml-evs authored Nov 7, 2023
1 parent bbb64d6 commit e25fd6e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/fly.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# fly.toml file generated for broken-field-1976 on 2022-11-21T21:37:55Z

app = "optimade"
kill_signal = "SIGINT"
kill_timeout = 5
swap_size_mb = 1024
processes = []

[build]
builder = "paketobuildpacks/builder:base"

[env]

[experimental]
Expand Down Expand Up @@ -37,9 +38,3 @@ processes = []
interval = "15s"
restart_limit = 0
timeout = "2s"

[build]
builtin = "python"

[build.settings]
pythonbase = "3.9-slim-buster"

0 comments on commit e25fd6e

Please sign in to comment.