mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2025-12-22 05:46:05 +01:00
Add SubDirs and Add updated Linux Image based of Original, Add Minimal Clang Image
This commit is contained in:
parent
9b82f10a18
commit
0b289f755b
11 changed files with 205 additions and 8 deletions
7
linux/qtconcurrentthreadengine.patch
Executable file
7
linux/qtconcurrentthreadengine.patch
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
250,251c250,251
|
||||
< ThreadEngineStarter<void>(ThreadEngine<void> *_threadEngine)
|
||||
< :ThreadEngineStarterBase<void>(_threadEngine) {}
|
||||
---
|
||||
> ThreadEngineStarter(ThreadEngine<void> *_threadEngine)
|
||||
> : ThreadEngineStarterBase<void>(_threadEngine) {}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue