mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
bump: [2m2025-07-27T15:50:35.454762Z[0m [31mERROR[0m [1;31mandax::run[0m[31m: [31mScript 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[0m
[2;3mat[0m andax/run.rs:174
[2;3min[0m andax::run::[1mtraceback[0m [2;3mwith[0m [3mproj[0m[2m=[0m"andax/ci/update_commit_message.rhai" [3mscr[0m[2m=[0m"andax/ci/update_commit_message.rhai" [3mnntz[0m[2m=[0mArb(NoManifest) [3mpos[0m[2m=[0m9:18 [3mrhai_fn[0m[2m=[0m"load_file" [3mfn_src[0m[2m=[0m"anda::cfg"
[2;3min[0m andax::run::[1mexec[0m [2;3mwith[0m [3mname[0m[2m=[0m"andax/ci/update_commit_message.rhai" [3mscr[0m[2m=[0m"andax/ci/update_commit_message.rhai"
This commit is contained in:
@@ -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,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
version=0.15.0-dev.1232+869ef0060
|
||||
version=0.15.0-dev.1254+c9ce1debe
|
||||
|
||||
# Self explanatory
|
||||
function randomize_mirrors() {
|
||||
|
||||
Reference in New Issue
Block a user