[tfhe] does not supports arm64 (#27070)

This commit is contained in:
autoantwort 2022-10-03 22:59:08 +02:00 committed by GitHub
parent dc558404ec
commit 2f491e39b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
"name": "tfhe",
"version-semver": "1.0.1",
"port-version": 3,
"port-version": 4,
"description": "TFHE is open-source software distributed under the terms of the Apache 2.0 license.",
"homepage": "https://github.com/tfhe/tfhe",
"supports": "!windows"
"supports": "!windows & !arm"
}

View File

@ -7226,7 +7226,7 @@
},
"tfhe": {
"baseline": "1.0.1",
"port-version": 3
"port-version": 4
},
"tgbot-cpp": {
"baseline": "1.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d620d8f9d52b36f1d703a4b072f7cc51ecc10069",
"version-semver": "1.0.1",
"port-version": 4
},
{
"git-tree": "657bf75ef9440b68186eeeccc1c7e3f2c55d3ec4",
"version-semver": "1.0.1",