summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/repackage/win64_partner.py
blob: d5aa55e7284d4d82b1ce48b1d4739ba96395a393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

import os

platform = "win64"

config = {
    "repack_id": os.environ.get("REPACK_ID"),
    "run_configure": False,
    "env": {
        "PATH": "%(abs_input_dir)s/upx/bin:%(PATH)s",
    },
}