]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Debian cargo is far to old for building
authorDavid Mulder <dmulder@samba.org>
Tue, 13 Aug 2024 19:26:37 +0000 (13:26 -0600)
committerDavid Mulder <dmulder@samba.org>
Wed, 23 Oct 2024 14:21:34 +0000 (14:21 +0000)
Debian ships a very old version of cargo, and
none of our rust code can build with it.

Signed-off-by: David Mulder <dmulder@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
.gitlab-ci-main.yml
bootstrap/config.py
bootstrap/generated-dists/debian11-32bit/bootstrap.sh
bootstrap/generated-dists/debian11-32bit/packages.yml
bootstrap/generated-dists/debian11/bootstrap.sh
bootstrap/generated-dists/debian11/packages.yml
bootstrap/generated-dists/debian12-32bit/bootstrap.sh
bootstrap/generated-dists/debian12-32bit/packages.yml
bootstrap/generated-dists/debian12/bootstrap.sh
bootstrap/generated-dists/debian12/packages.yml
bootstrap/sha1sum.txt

index ed9c83fb037a7bcdfaa611fcc5966537aa8b4da7..80d30425d155ff159bfa3371ea50e000b2cf0984 100644 (file)
@@ -47,7 +47,7 @@ variables:
   # Set this to the contents of bootstrap/sha1sum.txt
   # which is generated by bootstrap/template.py --render
   #
-  SAMBA_CI_CONTAINER_TAG: e8921f91497f528c3f07d31e67e48b79dcba3705
+  SAMBA_CI_CONTAINER_TAG: 38de01039fd443a1392050bdd4eab6cdc83f2e53
   #
   # We use the ubuntu2204 image as default as
   # it matches what we have on atb-devel-224
index d0e826208a62058afbff94d1e12f924ecea3edb1..d25fbfd6a3602dc8b1397f445d345e7a1f309641 100644 (file)
@@ -447,6 +447,7 @@ DEB_DISTS = {
         'replace': {
             'language-pack-en': '',   # included in locales
             'shfmt': '',
+            'cargo': '', # included cargo is broken
         }
     },
     'debian11-32bit': {
@@ -455,6 +456,7 @@ DEB_DISTS = {
         'replace': {
             'language-pack-en': '',   # included in locales
             'shfmt': '',
+            'cargo': '', # included cargo is broken
         }
     },
     'debian12': {
@@ -463,6 +465,7 @@ DEB_DISTS = {
         'replace': {
             'language-pack-en': '',   # included in locales
             'libtracker-sparql-2.0-dev': '',  # only tracker 3.x is available
+            'cargo': '', # included cargo is broken
         }
     },
     'debian12-32bit': {
@@ -471,6 +474,7 @@ DEB_DISTS = {
         'replace': {
             'language-pack-en': '',   # included in locales
             'libtracker-sparql-2.0-dev': '',  # only tracker 3.x is available
+            'cargo': '', # included cargo is broken
         }
     },
     'ubuntu1804': {
index fa731aac17468fb9c5579326a0fcc48d8a4a7fcf..1781cd75b19c301ce7b18cf3cce00baf497c49bd 100755 (executable)
@@ -19,7 +19,6 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
-    cargo \
     ccache \
     chrpath \
     codespell \
index 63d5f41e06451d2d9f4826e8e3d1ca284e326959..1484203648a2233382896afc80468baa610e27e9 100644 (file)
@@ -8,7 +8,6 @@ packages:
   - binutils
   - bison
   - build-essential
-  - cargo
   - ccache
   - chrpath
   - codespell
index fa731aac17468fb9c5579326a0fcc48d8a4a7fcf..1781cd75b19c301ce7b18cf3cce00baf497c49bd 100755 (executable)
@@ -19,7 +19,6 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
-    cargo \
     ccache \
     chrpath \
     codespell \
index 63d5f41e06451d2d9f4826e8e3d1ca284e326959..1484203648a2233382896afc80468baa610e27e9 100644 (file)
@@ -8,7 +8,6 @@ packages:
   - binutils
   - bison
   - build-essential
-  - cargo
   - ccache
   - chrpath
   - codespell
index eea84b95ba63e6a66cd15e3d07aec6525736a7bf..6367f8fa4a08dca824315bb72c0443a54680db60 100755 (executable)
@@ -19,7 +19,6 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
-    cargo \
     ccache \
     chrpath \
     codespell \
index 6191eb9c2aa451b6f7153dac23786e553bda0848..0c29da539998b1f51f72d44f3ed1662e9ef81694 100644 (file)
@@ -8,7 +8,6 @@ packages:
   - binutils
   - bison
   - build-essential
-  - cargo
   - ccache
   - chrpath
   - codespell
index eea84b95ba63e6a66cd15e3d07aec6525736a7bf..6367f8fa4a08dca824315bb72c0443a54680db60 100755 (executable)
@@ -19,7 +19,6 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
-    cargo \
     ccache \
     chrpath \
     codespell \
index 6191eb9c2aa451b6f7153dac23786e553bda0848..0c29da539998b1f51f72d44f3ed1662e9ef81694 100644 (file)
@@ -8,7 +8,6 @@ packages:
   - binutils
   - bison
   - build-essential
-  - cargo
   - ccache
   - chrpath
   - codespell
index 14c14eed45aa426a1eebfbec1d8354b9eabbcc2a..5c42c3950cdf27c987a44723d4b2f068aa6ec6a3 100644 (file)
@@ -1 +1 @@
-e8921f91497f528c3f07d31e67e48b79dcba3705
+38de01039fd443a1392050bdd4eab6cdc83f2e53