Update tlottie in the build recipes.

This commit is contained in:
John Preston
2026-09-08 08:43:52 +04:00
parent 461872c1d2
commit a1bd75075b
3 changed files with 3 additions and 3 deletions

View File

@@ -1015,7 +1015,7 @@ export DESTDIR=/usr/src/tlottie-cache
git init tlottie
cd tlottie
git remote add origin https://github.com/dkaraush/tlottie.git
git fetch --depth=1 origin 758c7cb74444f1c3c9923065c40fdb3aad8b7d60
git fetch --depth=1 origin 8ca87fc25a6ae5cbea4237feb5bae37940f37ae4
git reset --hard FETCH_HEAD
cargo rustc --lib --release --locked \
--features c-api --crate-type staticlib \

View File

@@ -1928,7 +1928,7 @@ release:
stage('tlottie', """
git clone https://github.com/dkaraush/tlottie.git
cd tlottie
git checkout 758c7cb744
git checkout 8ca87fc25a
win:
SET "RUSTUP_HOME=%THIRDPARTY_DIR%\\rust\\rustup"
SET "CARGO_HOME=%THIRDPARTY_DIR%\\rust\\cargo"

View File

@@ -476,7 +476,7 @@ parts:
tlottie:
source: https://github.com/dkaraush/tlottie.git
source-depth: 1
source-commit: 758c7cb74444f1c3c9923065c40fdb3aad8b7d60
source-commit: 8ca87fc25a6ae5cbea4237feb5bae37940f37ae4
plugin: nil
build-packages:
- wget