Update tlottie.

This commit is contained in:
John Preston
2026-09-08 23:54:12 +04:00
parent 8faab23771
commit ed4fa40056
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 8ca87fc25a6ae5cbea4237feb5bae37940f37ae4
git fetch --depth=1 origin 4b940c7942fbde8ee56f10f39a5224a4153bd91e
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 8ca87fc25a
git checkout 4b940c7942
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: 8ca87fc25a6ae5cbea4237feb5bae37940f37ae4
source-commit: 4b940c7942fbde8ee56f10f39a5224a4153bd91e
plugin: nil
build-packages:
- wget