Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix test with ASan.
[simgrid.git] / .gitlab-ci.yml
index f8dc6d7..cb45b58 100644 (file)
@@ -55,13 +55,12 @@ release:
 
 pip:
   image:
-    name: debian:testing
+    name: python:3-bullseye
     entrypoint: ['/bin/bash', '-c', 'ln -snf /bin/bash /bin/sh && /bin/bash -c $0' ]
   stage: build
   except:
   - stable
   script:
-  - chmod -v -R u=rwX,og=rX /etc/apt/trusted.gpg.d/
   - apt-get --allow-releaseinfo-change update
   - apt install -y python3-pip cmake libboost-dev g++ gcc pybind11-dev
   - python3 setup.py sdist