Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=mshal DONTBUILD

This commit is contained in:
Kim Moir 2016-06-07 14:28:26 -04:00
Родитель 6dee7858d5
Коммит 94aee01d99
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -56,8 +56,5 @@ MOZ_ACTIVITIES=1
MOZ_JSDOWNLOADS=1 MOZ_JSDOWNLOADS=1
MOZ_RUST_MP4PARSE=1 MOZ_RUST_MP4PARSE=1
# Enable checking that add-ons are signed by the trusted root
MOZ_ADDON_SIGNING=1
# Include the DevTools client, not just the server (which is the default) # Include the DevTools client, not just the server (which is the default)
MOZ_DEVTOOLS=all MOZ_DEVTOOLS=all

Просмотреть файл

@ -64,6 +64,3 @@ MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER=1
# Use the low-memory GC tuning. # Use the low-memory GC tuning.
export JS_GC_SMALL_CHUNK_SIZE=1 export JS_GC_SMALL_CHUNK_SIZE=1
# Enable checking that add-ons are signed by the trusted root
MOZ_ADDON_SIGNING=1