From 8f76ecb7145d554a75e19243efe4f74b9962548d Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Mon, 30 Sep 2024 20:43:21 +0200 Subject: [PATCH] utilada_aws 2.6.0 (#1237) * Add Ada Utility Library AWS support for 2.6.0 * Try to build with AWS 24 or 23 for Windows * Disable for Windows and MacOS since the automated build failed * Try to fix crate due to crash in Alire: DEPLOYING CRATE utilada_aws=2.6.0 stderr: CONSTRAINT_ERROR stderr: alire-conditional_trees-case_nodes.adb:178 range check failed stderr: raised CONSTRAINT_ERROR : alire-conditional_trees-case_nodes.adb:178 range check failed [/usr/bin/alr] 0xd5d8a6 Alire.Toml_Load.Dependency_Loader.Case_Nodes.Leaf_Count.2Xnb at alire-conditional_trees-case_nodes.adb:178 0x5d5f9d Alire.Conditional.For_Dependencies.Leaf_Count at alire-conditional_trees.adb:226 0x6706e5 Alire.Conditional.For_Dependencies.Leaf_Count at alire-conditional_trees.ads:464 0xc14e52 Alire.Releases.Deploy.Create_Authoritative_Manifest at alire-releases.adb:298 0xc14496 Alire.Releases.Deploy at alire-releases.adb:351 0xc4f580 Alire.Roots.Create_For_Release at alire-roots.adb:717 0xc4fbd2 Alire.Roots.Create_For_Release at alire-roots.adb:708 0x4a3aa9 Alr.Commands.Get.Retrieve at alr-commands-get.adb:134 0x4a87b2 Alr.Commands.Get.Execute at alr-commands-get.adb:368 0x4a8a49 Alr.Commands.Get.Execute at alr-commands-get.adb:246 0x53939b Alr.Commands.Sub_Cmd.Execute at clic-subcommand-instance.adb:749 0x54587e Alr.Commands.Execute at alr-commands.adb:561 0x436183 Alr.Main at alr-main.adb:13 0x438de1 Main at b__alr-main.adb:2257 [/lib64/libc.so.6] * Fix location of project file relative to crate root --------- Co-authored-by: Alejandro R Mosteo --- index/ut/utilada_aws/utilada_aws-2.6.0.toml | 40 +++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 index/ut/utilada_aws/utilada_aws-2.6.0.toml diff --git a/index/ut/utilada_aws/utilada_aws-2.6.0.toml b/index/ut/utilada_aws/utilada_aws-2.6.0.toml new file mode 100644 index 00000000..81c310cc --- /dev/null +++ b/index/ut/utilada_aws/utilada_aws-2.6.0.toml @@ -0,0 +1,40 @@ +description = "Utility Library REST support on top of AWS" +long-description = "\n[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![codecov](https://codecov.io/gh/stcarrez/ada-util/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-util)\n\n\nThis small library provides an HTTP backend on top of AWS.\nIt is can be used by the `Util.Http` package.\n\nAn alternate HTTP backend is provided by CURL with utilada_curl.\n\n" +name = "utilada_aws" +version = "2.6.0" +authors = ["Stephane.Carrez@gmail.com"] +licenses = "Apache-2.0" +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = ["utilada_aws.gpr"] +tags = ["web", "http"] +website = "https://gitlab.com/stcarrez/ada-util" + +[available.'case(os)'] +linux = true +windows = false +macos = false +'...' = false + +[[depends-on]] +utilada = "^2.6.0" +aws = "^24.0.0" +xmlada = "^24.0.0" +gnatcoll = "^24.0.0" + +[gpr-externals] +BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] +UTIL_AWS_IMPL = ["1", "2", "3"] + +[gpr-set-externals] +UTIL_AWS_IMPL = "3" + +[configuration] +disabled = true + +[origin] +commit = "99ca46a12f0d542348262d67b613d58f0d14c7b5" +subdir = "./.alire/aws/" +url = "git+https://gitlab.com/stcarrez/ada-util.git" +