fix: add missing rust
Build / Flatpak (x86_64) (push) Failing after 18m5s Details

This commit is contained in:
0xMRTT 2023-05-24 20:47:15 +02:00
parent 5d7c5cca4b
commit f851e3a19a
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
2 changed files with 25 additions and 0 deletions

View File

@ -347,6 +347,30 @@
}
]
},
{
"name": "python3-setuptools_rust",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"setuptools_rust\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl",
"sha256": "de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/57/db/7cc20ad859bc2a6a0c60e497c4be19784a8d14ff8e53a6da6ee4a6edd500/setuptools_rust-1.6.0-py3-none-any.whl",
"sha256": "e28ae09fb7167c44ab34434eb49279307d611547cb56cb9789955cdb54a1aed9"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/82/ed/8ccf53a0ed10bf8fc8877b5833b40f5f99093cadfe6632b8892f74aead0f/typing_extensions-4.6.1-py3-none-any.whl",
"sha256": "6bac751f4789b135c43228e72de18637e9a6c29d12777023a703fd1a6858469f"
}
]
},
{
"name": "python3-transformers",
"buildsystem": "simple",

View File

@ -10,4 +10,5 @@ openai
pymdown-extensions
requests
text-generation
setuptools_rust # must be before transformers
transformers