Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32607437
D14455.1767443651.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D14455.1767443651.diff
View Options
diff --git a/.buildkite/emscripten.yml b/.buildkite/emscripten.yml
--- a/.buildkite/emscripten.yml
+++ b/.buildkite/emscripten.yml
@@ -1,10 +1,23 @@
steps:
- label: 'Emscripten build'
+ key: 'emscripten-build'
command:
- 'cd web'
- 'nix develop --accept-flake-config --command yarn build-db-wasm'
- 'git diff --exit-code'
- retry:
- automatic: true
agents:
- 'mac=true'
+
+ - wait:
+ continue_on_failure: true
+
+ - label: 'Clean on failure and Emscripten build'
+ command: |
+ if [ $(buildkite-agent step get "outcome" --step "emscripten-build") == "hard_failed" ]; then
+ cd web
+ nix develop --accept-flake-config --command yarn clean-db-wasm
+ nix develop --accept-flake-config --command yarn build-db-wasm
+ git diff --exit-code
+ fi
+ agents:
+ - 'mac-emscripten=true'
diff --git a/web/root.js b/web/root.js
--- a/web/root.js
+++ b/web/root.js
@@ -60,6 +60,8 @@
'walletconnect',
]);
+console.log('test');
+
const RootProvider = (): React.Node => (
<Provider store={store}>
<ErrorBoundary>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 3, 12:34 PM (11 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5888580
Default Alt Text
D14455.1767443651.diff (1 KB)
Attached To
Mode
D14455: [ignore] test Emscripten
Attached
Detach File
Event Timeline
Log In to Comment