Open Bug 1255279 Opened 8 years ago Updated 2 years ago

zip pyaction ignores missing files

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(Not tracked)

People

(Reporter: glandium, Unassigned)

Details

In bug 1254873 I made --disable-js-shell the default, and this made the jsshell*.zip files not contain the js shell, instead of actually breaking the build because the js shell is missing.

The try build log contains the following command line:
04:36:01     INFO -  /builds/slave/try-lx-00000000000000000000000/build/src/obj-firefox/_virtualenv/bin/python -m mozbuild.action.zip -C ../../dist/bin /builds/slave/try-lx-00000000000000000000000/build/src/obj-firefox/dist/jsshell-linux-i686.zip js libmozglue.so  libnspr4.so libplds4.so libplc4.so

And the resulting jsshell-linux-i686.zip only contains libnspr4.so libplds4.so libplc4.so (there is no libmozglue.so on linux, too)
Product: Core → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.