bump: 2025-07-27T15:50:35.454762Z ERROR andax::run: Script Exception —— andax/ci/update_commit_message.rhai

───┬──────────────────────────────────────────────────────────────────────
   │ andax/ci/update_commit_message.rhai:9:18
───┼──────────────────────────────────────────────────────────────────────
 9 │  let spec = cfg::load_file(`${file}/anda.hcl`).project.pkg.rpm.spec;
   │                  🭶🭶🭶🭶🭶🭶🭶🭶🭶
   ├─═ When invoking: load_file()
   ├─═ Function source: anda::cfg
   └─═ Caused by: No manifest found
    at andax/run.rs:174
    in andax::run::traceback with proj="andax/ci/update_commit_message.rhai" scr="andax/ci/update_commit_message.rhai" nntz=Arb(NoManifest) pos=9:18 rhai_fn="load_file" fn_src="anda::cfg"
    in andax::run::exec with name="andax/ci/update_commit_message.rhai" scr="andax/ci/update_commit_message.rhai"
This commit is contained in:
Raboneko
2025-07-27 15:50:35 +00:00
parent 56a53dfb30
commit 10c22d28ee
2 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@
%define llvm_compat 20
%endif
%global llvm_version 20.0.0
%global ver 0.15.0-dev.1232+869ef0060
%global ver 0.15.0-dev.1254+c9ce1debe
%bcond bootstrap 1
%bcond docs %{without bootstrap}
%bcond test 1
@@ -36,7 +36,7 @@
%global zig_install_options %zig_build_options %{shrink: \
--prefix "%{_prefix}" \
}
%global mirror_url https://pkg.machengine.org/zig
%global mirror_url https://zig.squirl.dev
Name: zig-master-bootstrap
Version: %(echo %{ver} | sed 's/-/~/g')
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
version=0.15.0-dev.1232+869ef0060
version=0.15.0-dev.1254+c9ce1debe
# Self explanatory
function randomize_mirrors() {