Source: node-inquirer
Version: 8.2.0+~cs18.4.2-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: environment
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
node-inquirer could not be built reproducibly.

This is because it includes a number of .tsbuildinfo files that vary
between the build environment: including (but possibly not limited to)
if/when usrmerge is enabled.

According to various bits of online documentation, these files are not
necessary, so a patch is attached that deletes them. (I couldn't get
--noEmit to work?)


 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/nodejs/rxjs/build  2021-10-12 08:53:38.091145816 +0100
--- b/debian/nodejs/rxjs/build  2021-10-12 09:48:05.366908597 +0100
@@ -5,6 +5,7 @@
        ./src/tsconfig.esm5.rollup.json \
        ./src/tsconfig.types.json \
        ./spec/tsconfig.json
+find dist/ -type f -name '*.tsbuildinfo' -delete
 node ./tools/make-umd-bundle.js
 #node ./tools/make-closure-core.js
 #      ./src/tsconfig.cjs.spec.json \

Reply via email to