simple_components 4.42.0: update origin after unavailable tarball (#380)
* simple_components=4.42.0: Change download url to sourceforge.net (#879) * Move to github mirror * Fix tag of Community docker * Exclude unsupported compilers * Remove community index that may interfere * Disable gnat 11 Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
tag:
|
||||
- arch-rolling
|
||||
- centos-latest-community-latest
|
||||
- community-current
|
||||
- community-latest
|
||||
- debian-stable
|
||||
- ubuntu-lts
|
||||
- ""
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
- os: macos-latest
|
||||
tag: centos-latest-community-latest
|
||||
- os: macos-latest
|
||||
tag: community-current
|
||||
tag: community-latest
|
||||
- os: macos-latest
|
||||
tag: debian-stable
|
||||
- os: macos-latest
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
- os: windows-latest
|
||||
tag: centos-latest-community-latest
|
||||
- os: windows-latest
|
||||
tag: community-current
|
||||
tag: community-latest
|
||||
- os: windows-latest
|
||||
tag: debian-stable
|
||||
- os: windows-latest
|
||||
|
||||
@@ -10,6 +10,7 @@ maintainers-logins = ["mosteo"]
|
||||
project-files = ["components.gpr", "components-connections_server.gpr", "components-connections_server-elv_max_cube.gpr", "components-connections_server-http_server.gpr", "components-connections_server-http_server-sqlite_browser.gpr", "components-connections_server-modbus.gpr", "components-connections_server-mqtt.gpr", "components-connections_server-secure.gpr", "components-connections_server-smtp.gpr", "components-gnutls.gpr", "components-ntp.gpr", "components-odbc.gpr", "components-sqlite.gpr", "strings_edit.gpr", "tables.gpr"]
|
||||
|
||||
[[depends-on]]
|
||||
gnat = "/=2021 & <11"
|
||||
libgnutls = "^3.5.8"
|
||||
unixODBC = "^2.3"
|
||||
|
||||
@@ -31,5 +32,5 @@ arch = "i686"
|
||||
arch = "x86_64"
|
||||
|
||||
[origin]
|
||||
url = "http://www.dmitry-kazakov.de/ada/components_4_42.tgz"
|
||||
hashes = ["sha512:d428a64b7e457d616dd402ac75f8324e7564ed42e667c8efc909079638213426232ea6d856f1080b633d5bb90dda5567073b8e66cbb55462f27ea64ff7360107"]
|
||||
url = "git+https://github.com/alire-project/dak_simple_components.git"
|
||||
commit = "21c0053074f991b615eae2d678e1d3afc6bf7a2a"
|
||||
|
||||
@@ -25,6 +25,9 @@ alr version
|
||||
# Configure index
|
||||
alr index --name local --add ./index
|
||||
|
||||
# Remove community index in case it has been added before
|
||||
alr index --del community || true
|
||||
|
||||
# Test crate
|
||||
for file in $CHANGES; do
|
||||
|
||||
|
||||
Reference in New Issue
Block a user