mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
parent
0d88d150d1
commit
1bd95f5c47
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ build:
|
||||||
- run: go mod download
|
- run: go mod download
|
||||||
working-directory: pkg
|
working-directory: pkg
|
||||||
|
|
||||||
|
# needs this fix to prevent segfaults
|
||||||
|
- run: sed -i 's/-ldflags "/-ldflags "-buildmode=pie /' */Makefile
|
||||||
|
working-directory: sdk
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
for DIR in go nodejs python; do
|
for DIR in go nodejs python; do
|
||||||
make -C $DIR install_plugin PULUMI_BIN={{prefix}}/bin
|
make -C $DIR install_plugin PULUMI_BIN={{prefix}}/bin
|
||||||
|
|
Loading…
Reference in a new issue