Skip to content

Commit

Permalink
Please make the build reproducible.
Browse files Browse the repository at this point in the history
Whilst working on the Reproducible Builds effort [0], we noticed
that node-mocha could not be built reproducibly.

 [0] https://reproducible-builds.org/
  • Loading branch information
lamby committed Mar 4, 2017
1 parent a2fc76c commit 882347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@ else
endif

TM_BUNDLE = JavaScript\ mocha.tmbundle
SRC = $(shell find lib -name "*.js" -type f | sort)
SRC = $(shell find lib -name "*.js" -type f | LC_ALL=C sort)
TESTS = $(shell find test -name "*.js" -type f | sort)

all: mocha.js
Expand Down

0 comments on commit 882347b

Please sign in to comment.