Skip to content
Snippets Groups Projects
  • Emanuele Aina's avatar
    a2c74996
    Try to be version agnostic when checking out packages · a2c74996
    Emanuele Aina authored
    
    The current script hardcode specific packaging versions for the gcc-8-cross,
    gdb, binutils and cross-toolchain-base packages.
    
    For instance, for gcc-8-cross it assumes version 26, but we now ship
    version 26+co2 in v2021dev1.
    
    Maintaining the versions synchronized would be a major pain, so let's
    do things differently and not assume any specific package version.
    
    Also don't waste effort in trying to keep a pristine checkout around,
    CI will always start from a blank slate and `git clean` is recommended
    when working locally.
    
    Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
    a2c74996
    History
    Try to be version agnostic when checking out packages
    Emanuele Aina authored
    
    The current script hardcode specific packaging versions for the gcc-8-cross,
    gdb, binutils and cross-toolchain-base packages.
    
    For instance, for gcc-8-cross it assumes version 26, but we now ship
    version 26+co2 in v2021dev1.
    
    Maintaining the versions synchronized would be a major pain, so let's
    do things differently and not assume any specific package version.
    
    Also don't waste effort in trying to keep a pristine checkout around,
    CI will always start from a blank slate and `git clean` is recommended
    when working locally.
    
    Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>