File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - cron : " 35 23 * * 0"
1212
1313env :
14+ CGO_ENABLED : " 1"
1415 CODEQL_EXTRACTOR_GO_BUILD_TRACING : " on"
1516 YARA_X_RELEASE : " 1.16.0"
1617
Original file line number Diff line number Diff line change 3030 - " 180m"
3131
3232env :
33+ CGO_ENABLED : " 1"
3334 GO_RELEASE : " go-1.26"
3435 YARA_X_RELEASE : " 1.16.0"
3536
@@ -125,7 +126,7 @@ jobs:
125126 - name : Install dependencies
126127 run : |
127128 apk update
128- apk add curl findutils git gnutar "${GO_RELEASE}" nodejs upx xz "yara-x~${YARA_X_RELEASE}"
129+ apk add curl findutils gcc git gnutar "${GO_RELEASE}" make nodejs pkgconf upx xz "yara-x~${YARA_X_RELEASE}"
129130
130131 - name : Checkout code
131132 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 1212 - " main"
1313
1414env :
15+ CGO_ENABLED : " 1"
1516 GO_RELEASE : " go-1.26"
1617 YARA_X_RELEASE : " 1.16.0"
1718
4142 - name : Install dependencies
4243 run : |
4344 apk update
44- apk add curl findutils git gnutar "${GO_RELEASE}" nodejs upx xz "yara-x~${YARA_X_RELEASE}"
45+ apk add curl findutils gcc git gnutar "${GO_RELEASE}" make nodejs pkgconf upx xz "yara-x~${YARA_X_RELEASE}"
4546
4647 - name : Checkout code
4748 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9293 - name : Install dependencies
9394 run : |
9495 apk update
95- apk add curl findutils git gnutar "${GO_RELEASE}" nodejs upx xz "yara-x~${YARA_X_RELEASE}"
96+ apk add curl findutils gcc git gnutar "${GO_RELEASE}" make nodejs pkgconf upx xz "yara-x~${YARA_X_RELEASE}"
9697
9798 - name : Checkout code
9899 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 44name : Code Style
55
66env :
7+ CGO_ENABLED : " 1"
78 GO_RELEASE : " go-1.26"
89 YARA_X_RELEASE : " 1.16.0"
910
@@ -188,7 +189,7 @@ jobs:
188189 - name : Install dependencies
189190 run : |
190191 apk update
191- apk add curl findutils git "${GO_RELEASE}" nodejs "yara-x~${YARA_X_RELEASE}"
192+ apk add curl findutils gcc git "${GO_RELEASE}" make nodejs pkgconf "yara-x~${YARA_X_RELEASE}"
192193
193194 - name : Checkout code
194195 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 99 - cron : " 0 */12 * * *"
1010
1111env :
12+ CGO_ENABLED : " 1"
1213 GO_RELEASE : " go-1.26"
1314 YARA_X_RELEASE : " 1.16.0"
1415
4041 - name : Install dependencies
4142 run : |
4243 apk update
43- apk add bash curl findutils gh git gnutar "${GO_RELEASE}" nodejs perl upx xz "yara-x~${YARA_X_RELEASE}"
44+ apk add bash curl findutils gcc gh git gnutar "${GO_RELEASE}"} make nodejs perl pkgconf upx xz "yara-x~${YARA_X_RELEASE}"
4445 - uses : chainguard-dev/actions/setup-gitsign@c69a264ec2a5934c3186c618f368fc1c86f16cff # main
4546 - name : Set up Octo-STS
4647 uses : octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1
You can’t perform that action at this time.
0 commit comments