Skip to content

Commit

Permalink
Make tests pass in all CI environments
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Sep 20, 2024
1 parent be5c51d commit e998d0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Bitcoin-Secp256k1

{{$NEXT}}
- Module should now be buildable on threaded perls
- Module should now be buildable on all major OSes

0.001 - 2024-09-17
- First version
Expand Down
2 changes: 1 addition & 1 deletion Secp256k1.xs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"

#define SECP256K1_STATIC
#include <secp256k1.h>

#define CURVE_SIZE 32
Expand Down
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on 'test' => sub {
};

on 'configure' => sub {
requires 'Alien::libsecp256k1' => '0';
# first version working properly on all platforms
requires 'Alien::libsecp256k1' => '0.050103';
};

0 comments on commit e998d0f

Please sign in to comment.