Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32538546
D10341.1767164302.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
666 B
Referenced Files
None
Subscribers
None
D10341.1767164302.diff
View Options
diff --git a/.buildkite/emscripten.yml b/.buildkite/emscripten.yml
--- a/.buildkite/emscripten.yml
+++ b/.buildkite/emscripten.yml
@@ -1,10 +1,15 @@
steps:
- label: 'Emscripten build'
command:
+ - 'apt update && apt install -y autoconf libtool build-essential cmake git'
- 'cd web'
- - 'nix develop --accept-flake-config --command yarn build-db-wasm'
+ - './scripts/run_emscripten.sh'
- 'git diff --exit-code'
retry:
automatic: true
+ plugins:
+ - docker#v5.3.0:
+ image: 'emscripten/emsdk:3.1.17'
+ propagate-environment: true
agents:
- - 'mac=true'
+ - 'autoscaling=true'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 31, 6:58 AM (18 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5872532
Default Alt Text
D10341.1767164302.diff (666 B)
Attached To
Mode
D10341: [emscripten] Switch Emscripten CI job to autoscaling runners
Attached
Detach File
Event Timeline
Log In to Comment