Skip to content

Commit

Permalink
rename armv6l recipe for older releases
Browse files Browse the repository at this point in the history
In preparation for a new recipe to build armv6l binaries for Node.js 16
and later, rename the existing recipe and add a should-build.sh script
to stop it running for Node.js 16 and later.
  • Loading branch information
richardlau committed May 3, 2021
1 parent fc2e79c commit ebdfcde
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions recipes/armv6l-pre16/should-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash -xe

__dirname=$1
fullversion=$2

. ${__dirname}/_decode_version.sh

decode "$fullversion"

test "$major" -lt "16"

0 comments on commit ebdfcde

Please sign in to comment.