Unverified Commit ad7289e3 authored by boklm's avatar boklm
Browse files

Bug 40366: Use bullseye to build https-everywhere

parent 540bddd1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@ var:
  # HTTPS Everywhere is expected to be the same on all platforms. To avoid
  # building the same thing 4 times, using 4 different container images
  # (each one with a different suite or architecture), we set the container
  # to buster/amd64 for all platforms. This allows us to create only one
  # to bullseye/amd64 for all platforms. This allows us to create only one
  # container image, and also build the extension only one time as the
  # filename does not contain the platform, and var/build_id should be
  # the same since there is now nothing platform specific in the build
  # inputs. This allows us to save a little time and disk space.
  container:
    use_container: 1
    suite: buster
    suite: bullseye
    arch: amd64
  deps:
    - git
@@ -34,4 +34,4 @@ input_files:
  - project: python
    name: python
    target_prepend:
      - common-buster
      - common-bullseye
+4 −4
Original line number Diff line number Diff line
@@ -247,13 +247,13 @@ targets:
      # Don't create mar files to save time
      build_mar: 0

  # The common-buster target is used to build components that are common to all
  # platforms, using Debian Buster.
  common-buster:
  # The common-bullseye target is used to build components that are common to all
  # platforms, using Debian Bullseye.
  common-bullseye:
    var:
      common: 1
      container:
        suite: buster
        suite: bullseye
        arch: amd64
      pre_pkginst: ''
      deps: