File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
'targets' : ['linux' , 'android' ],
12
12
'test_steps' : [],
13
13
'build_tests' : False ,
14
- 'cmake_args' : ['-DDISABLE_GO =ON' , '-DBUILD_LIBSSL=OFF' ]
14
+ 'cmake_args' : ['-DFIPS =ON' , '-DBUILD_LIBSSL=OFF' ]
15
15
}
16
16
17
17
@@ -23,6 +23,7 @@ def __init__(self, **kwargs):
23
23
library = True ,
24
24
account = 'aws' ,
25
25
name = 'aws-lc' ,
26
+ imports = ['golang' ],
26
27
config = config ,
27
28
** kwargs )
28
29
@@ -50,6 +51,7 @@ def __init__(self, **kwargs):
50
51
super ().__init__ (
51
52
account = 'aws' ,
52
53
name = 'aws-lc' ,
54
+ imports = ['golang' ],
53
55
** config ,
54
56
** kwargs )
55
57
@@ -59,4 +61,4 @@ def cmake_args(self, env):
59
61
# Not disable PERL for old GCC to avoid the pre-compiled binary with AVX512
60
62
return super ().cmake_args (env ) + ['-DMY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX=ON' ]
61
63
else :
62
- return super ().cmake_args (env ) + [ '-DDISABLE_PERL=ON' ]
64
+ return super ().cmake_args (env )
You can’t perform that action at this time.
0 commit comments