icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -23,7 +23,7 @@ def make_task_description(config, jobs):
|
|||
job,
|
||||
"scopes",
|
||||
item_name=job["name"],
|
||||
**{"release-level": release_level(config.params)},
|
||||
**{"release-level": release_level(config.params["project"])},
|
||||
)
|
||||
|
||||
job["worker"]["merge-automation-id"] = merge_automation_id
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ try:
|
|||
except ImportError:
|
||||
from time import time as monotonic
|
||||
|
||||
BUGBUG_BASE_URL = "https://bugbug.herokuapp.com"
|
||||
BUGBUG_BASE_URL = "https://bugbug.moz.tools"
|
||||
RETRY_TIMEOUT = 9 * 60 # seconds
|
||||
RETRY_INTERVAL = 10 # seconds
|
||||
|
||||
|
|
|
|||
|
|
@ -173,13 +173,13 @@ wix-3.14.0:
|
|||
sha256: 13f067f38969faf163d93a804b48ea0576790a202c8f10291f2000f0e356e934
|
||||
size: 41282726
|
||||
|
||||
zlib-1.3.1:
|
||||
description: zlib 1.3.1 source code
|
||||
zlib-1.3.2:
|
||||
description: zlib 1.3.2 source code
|
||||
fetch:
|
||||
type: static-url
|
||||
url: https://zlib.net/fossils/zlib-1.3.1.tar.gz
|
||||
sha256: 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23
|
||||
size: 1512791
|
||||
url: https://github.com/madler/zlib/releases/download/v1.3.2/zlib-1.3.2.tar.xz
|
||||
sha256: d7a0654783a4da529d1bb793b7ad9c3318020af77667bcae35f95d0e42a792f3
|
||||
size: 1320064
|
||||
|
||||
nsis-3.07:
|
||||
description: nsis 3.07 source code
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ kind-dependencies:
|
|||
- merge-automation
|
||||
|
||||
task-defaults:
|
||||
run-on-repo-type: [hg]
|
||||
description: mark merge automation as completed in shipit
|
||||
worker-type: shipit
|
||||
from-deps:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ linux64-mingw32-nsis:
|
|||
fetches:
|
||||
fetch:
|
||||
- nsis-3.07
|
||||
- zlib-1.3.1
|
||||
- zlib-1.3.2
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
- linux64-clang-mingw-x86
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ ln -s i686-w64-mingw32-clang++ $MOZ_FETCHES_DIR/clang/bin/i686-w64-mingw32-g++
|
|||
|
||||
# --------------
|
||||
|
||||
cd zlib-1.3.1
|
||||
cd zlib-1.3.2
|
||||
make -f win32/Makefile.gcc PREFIX=i686-w64-mingw32-
|
||||
|
||||
cd ../nsis-3.07-src
|
||||
|
|
@ -54,7 +54,7 @@ scons \
|
|||
CC="clang --sysroot $MOZ_FETCHES_DIR/sysroot-x86_64-linux-gnu" \
|
||||
CXX="clang++ --sysroot $MOZ_FETCHES_DIR/sysroot-x86_64-linux-gnu" \
|
||||
XGCC_W32_PREFIX=i686-w64-mingw32- \
|
||||
ZLIB_W32=../zlib-1.3.1 \
|
||||
ZLIB_W32=../zlib-1.3.2 \
|
||||
SKIPUTILS="NSIS Menu,Makensisw" \
|
||||
PREFIX_DEST=$INSTALL_DIR/ \
|
||||
PREFIX_BIN=bin \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue