Skip to content

Commit

Permalink
no more configure
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Sep 26, 2023
1 parent 13a7899 commit bc96cd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion scripts/node_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ set +x
source scripts/install_node.sh $1
set -x
make clean
./configure

if [ "$(expr substr $(uname -s) 1 5)" == "Linux" ] && [[ "$TARGET_ARCH" == "arm64" ]] ; then
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu --yes
Expand Down
2 changes: 0 additions & 2 deletions scripts/node_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -ex

./configure

export TAG=''
# for main do prereleases
if [[ "$GITHUB_REF" =~ ^refs/tags/v.+$ ]] ; then
Expand Down

0 comments on commit bc96cd6

Please sign in to comment.