mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
release: Do not install rpm for macOS release (#3885)
This commit is contained in:
parent
58fa4a6899
commit
e3b80ea232
@ -77,8 +77,6 @@ function main() {
|
|||||||
vagrant ssh $DARWIN_BOX -c "$DARWIN_SETUP"
|
vagrant ssh $DARWIN_BOX -c "$DARWIN_SETUP"
|
||||||
echo "[+] Running build command for macOS..."
|
echo "[+] Running build command for macOS..."
|
||||||
vagrant ssh $DARWIN_BOX -c "$BUILD_CMD"
|
vagrant ssh $DARWIN_BOX -c "$BUILD_CMD"
|
||||||
vagrant ssh $DARWIN_BOX -c "/usr/local/osquery/bin/brew update || true"
|
|
||||||
vagrant ssh $DARWIN_BOX -c "/usr/local/osquery/bin/brew install rpm"
|
|
||||||
echo "[+] Running package build command for macOS..."
|
echo "[+] Running package build command for macOS..."
|
||||||
vagrant ssh $DARWIN_BOX -c "$PACKAGES_CMD"
|
vagrant ssh $DARWIN_BOX -c "$PACKAGES_CMD"
|
||||||
echo "[+] Copying macOS packages to $PKG_DIR"
|
echo "[+] Copying macOS packages to $PKG_DIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user