diff options
| author | ruki <[email protected]> | 2025-09-05 12:15:58 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-05 12:15:58 +0800 |
| commit | 9f6d91af31ffc4bbbc0d04533786a0954afee2bf (patch) | |
| tree | f30814d17a5bd000fe4e1a2186b3301c99123f0a /tests | |
| parent | 1738f7b9d1a336791216c6874c44d386f74cfda4 (diff) | |
| parent | ca139f4b270b402fb13652193057ca8dffe6fd4d (diff) | |
Merge pull request #6765 from xmake-io/thread
Improve bin2c to use native thread
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/package/toolchain_muslcc/xmake-requires.lock | 145 |
1 files changed, 0 insertions, 145 deletions
diff --git a/tests/projects/package/toolchain_muslcc/xmake-requires.lock b/tests/projects/package/toolchain_muslcc/xmake-requires.lock deleted file mode 100644 index 00f23d026..000000000 --- a/tests/projects/package/toolchain_muslcc/xmake-requires.lock +++ /dev/null @@ -1,145 +0,0 @@ -{ - __meta__ = { - version = "1.0" - }, - ["macosx|x86_64"] = { - ["autoconf#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "2.71" - }, - ["automake#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "1.16.4" - }, - ["cmake#31fecfc4"] = { - repo = { - branch = "master", - commit = "d3260ca0867f8b26aa2a72818bca3e6113a4fc42", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "3.22.1" - }, - ["gmp#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "6.2.1" - }, - ["libisl 0.22#67114504"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "0.22" - }, - ["libogg#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "v1.3.4" - }, - ["libplist#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "2.2.0" - }, - ["libtool#31fecfc4"] = { - repo = { - branch = "master", - commit = "dd4abbd658b9897c9e1dcacf2e4bdeeb02d05860", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "2.4.6" - }, - ["m4#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "1.4.19" - }, - ["muslcc#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "20210202" - }, - ["pkg-config#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "0.29.2" - }, - ["zlib#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "v1.2.11" - } - }, - ["windows|x64"] = { - ["cmake#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "3.22.1" - }, - ["libogg#31fecfc4"] = { - repo = { - branch = "master", - commit = "2b1cb74b289ae3221241985db4401a495c42fde3", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "v1.3.4" - }, - ["make#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "4.3" - }, - ["muslcc#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "20210202" - }, - ["zlib#31fecfc4"] = { - repo = { - branch = "master", - commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "v1.2.11" - } - } -} |
