[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] salsa-ci: re-enable backports build tests



Title: GitLab

Louis-Philippe Véronneau pushed to branch master at lintian / lintian

Commits:

  • cdaad216
    by Louis-Philippe Véronneau at 2025-09-15T23:30:11-04:00
    salsa-ci: re-enable backports build tests
    

1 changed file:

Changes:

  • debian/salsa-ci.yml
    ... ... @@ -9,12 +9,11 @@ build-testing:
    9 9
         DEB_BUILD_OPTIONS: 'nocheck'
    
    10 10
       extends: .build-package
    
    11 11
     
    
    12
    -# build-bookworm-backports:
    
    13
    -#   variables:
    
    14
    -#     RELEASE: 'bookworm-backports'
    
    15
    -#     DEB_BUILD_OPTIONS: 'nocheck'
    
    16
    -#   extends: .build-package
    
    17
    -#   allow_failure: true
    
    12
    +build-trixie-backports:
    
    13
    +  variables:
    
    14
    +    RELEASE: 'trixie-backports'
    
    15
    +    DEB_BUILD_OPTIONS: 'nocheck'
    
    16
    +  extends: .build-package
    
    18 17
     
    
    19 18
     variables:
    
    20 19
       SALSA_CI_DISABLE_BLHC: 1
    


  • Reply to: