File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1059,9 +1059,10 @@ defmodule RustlerPrecompiled do
10591059 No certificate trust store was found.
10601060
10611061 A certificate trust store is required in
1062- order to download locales for your configuration.
1062+ order to download precompiled artifacts for
1063+ one of your system's library.
10631064 Since rustler_precompiled could not detect a system
1064- installed certificate trust store one of the
1065+ installed certificate trust store, one of the
10651066 following actions may be taken:
10661067
10671068 1. Specify the location of a certificate trust store
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ defmodule RustlerPrecompiled.MixProject do
1212 start_permanent: Mix . env ( ) == :prod ,
1313 description: "Make the usage of precompiled NIFs easier for projects using Rustler" ,
1414 package: package ( ) ,
15+ test_ignore_filters: [ & String . starts_with? ( & 1 , "test/fixtures" ) ] ,
1516 docs: docs ( ) ,
1617 deps: deps ( )
1718 ]
You can’t perform that action at this time.
0 commit comments