mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25: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
|
||||
working-directory: pkg
|
||||
|
||||
# needs this fix to prevent segfaults
|
||||
- run: sed -i 's/-ldflags "/-ldflags "-buildmode=pie /' */Makefile
|
||||
working-directory: sdk
|
||||
|
||||
- run: |
|
||||
for DIR in go nodejs python; do
|
||||
make -C $DIR install_plugin PULUMI_BIN={{prefix}}/bin
|
||||
|
|
Loading…
Reference in a new issue