Rustlibs git commands (#29560)

* Rustlibs git commands

* Review tweaks

* Build Rust library

* Build Rust library

* I am my own build daemon

* Build Rust library

* Build Rust library

* CI bug????????????

* You wanna work now?????

* Funny tweaks

* Build Rust library

* For gods sake

* gix breaks us, use git2 instead

* Build Rust library

---------

Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman3595@gmail.com>
This commit is contained in:
AffectedArc07
2025-07-25 22:08:58 +00:00
committed by GitHub
co-authored by paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com> FunnyMan3595
parent 2d46829ceb
commit 99d2f550b9
11 changed files with 578 additions and 420 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ GLOBAL_PROTECT(revision_info) // Dont mess with this
// Pull info from the rust DLL
/datum/code_revision/New()
commit_hash = rustg_git_revparse("HEAD")
commit_hash = rustlibs_git_revparse("HEAD")
if(commit_hash)
commit_date = rustg_git_commit_date(commit_hash)
commit_date = rustlibs_git_commit_date(commit_hash)
// Pull info from TGS
/datum/code_revision/proc/load_tgs_info()