Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
Install jetzig and do a jetzig bundle
cd /tmp
mkdir jetzig_bundle_test
cd jetzig_bundle_test
jetzig init
<follow prompts>
jetzig bundle
jetzig bundle
Compiling bundle...
(working) .......... (done)
❌
[stderr]:
warning: [zmpl] Templates path not found: `src/app/mailers` - skipping.
install
+- install jetzig_bundle_test
+- zig build-exe jetzig_bundle_test ReleaseFast x86_64-linux
+- run routes (routes.zig)
+- zig build-exe routes ReleaseFast x86_64-linux
+- run manifest (zmpl.manifest.zig) stderr
[zmpl] Compiled 2 template(s)
install
+- install jetzig_bundle_test
+- zig build-exe jetzig_bundle_test ReleaseFast x86_64-linux
+- run routes (routes.zig) stderr
[jetzig] Imported 1 route(s)
[jetzig] Mailers directory not found, no mailers generated: `/tmp/jetzig_bundle_test/./src/app/mailers`
[jetzig] Jobs directory not found, no jobs generated: `/tmp/jetzig_bundle_test/./src/app/jobs`
install
+- install jetzig_bundle_test
+- zig build-exe jetzig_bundle_test ReleaseFast x86_64-linux
+- run static (static.zig) stderr
[jetzig] Compiled 0 static output(s)
install
+- install jetzig_bundle_test
+- zig build-exe jetzig_bundle_test ReleaseFast x86_64-linux 1 errors
/snap/zig/13822/lib/std/crypto/aes/soft.zig:824:1: error: emit MIR failed: CannotEncode (Zig compiler bug)
fn table_lookup(table: *align(64) const [4][256]u32, idx0: u8, idx1: u8, idx2: u8, idx3: u8) [4]u32 {
Expected Behavior
Compile and bundle successfully
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
Install
jetzigand do ajetzig bundleExpected Behavior
Compile and bundle successfully