diff options
| author | 2024-08-23 15:15:35 +0000 | |
|---|---|---|
| committer | 2024-08-23 17:15:35 +0200 | |
| commit | 8e5a72ac5c37f26b49f5fdd02726ea13e3aac6b0 (patch) | |
| tree | 041139f1883541411c9bb4b6738dee64b51b197a /.drone.yml | |
| parent | [feature] Use `local_only` field, deprecate `federated` field (#3222) (diff) | |
| download | gotosocial-8e5a72ac5c37f26b49f5fdd02726ea13e3aac6b0.tar.xz | |
[performance] ffmpeg ffprobe wrapper improvements (#3225)
* use a single instance of wazero runtime and compiled modules
* remove test output :facepalm:
* undo process-{media,emoji} changes
* update test runner to include wazero compilation cache
* sign drone.yml
---------
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 944f0544f..1a5239a13 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,8 +34,11 @@ steps: path: /root/.cache/go-build - name: go-src path: /go + - name: wazero-compilation-cache + path: /root/.cache/wazero environment: CGO_ENABLED: "0" + GTS_WAZERO_COMPILATION_CACHE: "/root/.cache/wazero" commands: - apk update --no-cache && apk add git - >- @@ -204,6 +207,6 @@ steps: --- kind: signature -hmac: 86ebddcd630792cac43aa92fa7f45118943c51b5157491d05eb480ac21762329 +hmac: f4008d87e4e5b67251eb89f255c1224e6ab5818828cab24fc319b8f829176058 ... |
