Commit05d415cfRecorded24 Apr 2026Repositorybureau
release: backend: 'native
Message
Align package.sgl with the binary already on disk — build/release/bin/bureau has been a native build since 12:31 today (built during the deps-transitive worker's end-to-end verification). The TODO comment noting the transitive- resolution bug is now resolved by sigil a4f0f1e7 (no-version-field check softened to warning), so restoring the flag is safe.
Changed
package.sgl | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)Diff
package.sglmodified
@@ -26,6 +26,7 @@
26
(config 27
name: 'release 28
output-dir: "build/release"+29
backend: 'native 30
debug?: #f 31
optimize: 2 32
bundle?: #t))@@ -38,10 +39,10 @@
39
BUREAU_FASTMAIL_APP_PASSWORD: #t } }) 40
41
dependencies: (list−41
(from-git url: sigil-repo package: "sigil-stdlib" version: "^0.9.0")−42
(from-git url: sigil-repo package: "sigil-json" version: "^0.9.0")−43
(from-git url: sigil-repo package: "sigil-log" version: "^0.9.0")−44
(from-git url: sigil-repo package: "sigil-mcp" version: "^0.9.0")+42
(from-git url: sigil-repo package: "sigil-stdlib" version: "^0.13.0")+43
(from-git url: sigil-repo package: "sigil-json" version: "^0.13.0")+44
(from-git url: sigil-repo package: "sigil-log" version: "^0.13.0")+45
(from-git url: sigil-repo package: "sigil-mcp" version: "^0.13.0") 46
(from-git url: "codeberg:sigil/sigil-jmap" version: "^0.9.0") 47
(from-git url: "codeberg:sigil/sigil-caldav" version: "^0.9.0")) 48