Commit Graph

58 Commits (962ccdfc80a52dc5d7d60f21b70fadbaf41ea098)

Author SHA1 Message Date
hashicorp-copywrite[bot] 19055df3ec
[COMPLIANCE] License changes (#12568)
3 years ago
hashicorp-copywrite[bot] b7df3ca36f
[COMPLIANCE] Add Copyright and License Headers (#12254)
3 years ago
GennadySpb 25fddf3199
Add release build for darwin/arm64 (#10804)
5 years ago
Wilken Rivera 1d53080625
Update script to exit on immediate failure (#10815)
5 years ago
Marco Molteni 1a248e4868
Fix: build.sh: give validateToolPresence a chance to inform the user (#9776)
6 years ago
Wilken Rivera 951cd0f55e scripts/build: Remove unsupported Freebsd/arm builds from build chain
6 years ago
Megan Marsh f12269f124
fix builds on linux (#9031)
6 years ago
bzhaoopenstack f7793649ec
Fix failed to copy binary when using make bin
7 years ago
Megan Marsh 5e23083df1
Merge pull request #7605 from hashicorp/verbose-packer-binary-copy
7 years ago
Adrien Delorme 5f076d4328 allow building packer on solaris by removing progress bar and tty imports
7 years ago
Adrien Delorme e8ac0e6c75
scripts/build.sh: don't discard stderr when copying packer
7 years ago
Guillaume J. Charmes 36641e66a7 Update build.sh. Remove solaris, add mipsXX and s390x
7 years ago
Adrien Delorme 413e242a14 Revert "scripts/build.sh: allow to set build settings when building"
7 years ago
Adrien Delorme f6be550f1a scripts/build.sh: allow to set build settings when building
7 years ago
Daniel Poggenpohl 6857e937e2 - FIX: That's what I get for wanting to use fancy or/and piping, back to basics (Now using explicit rc test to decide whether to quit)
7 years ago
Daniel Poggenpohl b0abd1fbf3 - FIX: I should call my defined functions, else they are useless
7 years ago
Daniel Poggenpohl ce760eec09 - More comments
7 years ago
Matthew Patton 554b2b4a5d ignore errors during Find
8 years ago
Matthew Patton d5bf9277ce remove rebase duplicate
8 years ago
Matthew Patton 6a85f5aed7 handle missing GOPATH and cygwin considerations
8 years ago
Matthew Patton 1d0cf3d909 handle missing GOPATH and cygwin considerations
8 years ago
Matthew Hooker 339d768420
add ppc64le as a build target
9 years ago
Matthew Hooker b7ddf80155
build solaris binary
9 years ago
Matthew Hooker 4ce0d91ae2
add support for building arm64 binaries
9 years ago
Matthew Hooker d805f5c8a5
put back the goose
9 years ago
Matthew Hooker 97892349dd
vastly speed up dev builds.
9 years ago
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Sean Chittenden d430b7b763 Go's -X linker flag now requires only one argument (#3540)
10 years ago
Christopher Boumenot 728c496370 Move version to its own package. (#3460)
10 years ago
Chris Bednarski c10e0eb398 Removed go get from build scripts since we have these in vendor already
10 years ago
Rickard von Essen 38612d45a9 Make all scripts portable regardless of where bash is installed.
10 years ago
Chris Bednarski a143f1e085 Updated build.sh so it doesn't build all the plugins separately anymore
10 years ago
Chris Bednarski 938f2178d7 Overhaul the Makefile
11 years ago
Gonzalo Peci 0006cce41b When using MinGW gopath uses ; as separators, if we use : it strips everything after the driver letter. EG: C:\GO_Working\ gets stripped to C and makes ```make dev``` and ```make``` fail
11 years ago
Mitchell Hashimoto ddeefdcedd scripts: ignore errors on gox for now
12 years ago
Mitchell Hashimoto fd54017233 scripts: reintroduce dist
12 years ago
Mitchell Hashimoto f4b73c7ebf scripts: build should do everything now
12 years ago
Mitchell Hashimoto c5dc0f9e7d scripts: add openbsd/freebsd to builds
12 years ago
Ross Smith II f36b20ca28 make sure executable is named packer.exe in Windows build [GH-1483]
12 years ago
Mitchell Hashimoto 7078c2f922 Fix some scripts
12 years ago
Mitchell Hashimoto a23eb7512f scripts: copy packer- prefixed bins properly [GH-1467]
12 years ago
Mitchell Hashimoto 49ac4acdd2 scripts: able to set XC_ARCH/OS manually
12 years ago
Mitchell Hashimoto 2788ccc653 Update scripts to latest HashiCorp style
12 years ago
Mitchell Hashimoto 8516e03eed scripts: update to use gox
12 years ago
Mitchell Hashimoto 5d3b40dcbf Build script now installs binaries to $GOPATH/bin
13 years ago
Kirill Kazakov 678eb38e18 scripts: build.sh exits without being killed by SIGTERM
13 years ago
Mitchell Hashimoto 1e309b6609 scripts: PACKER_NO_BUILD_PARALLEL to build in sequence
13 years ago
Mitchell Hashimoto 6511b1892c scripts: build.sh compiles all Packer components in parallel
13 years ago
Mitchell Hashimoto 5b7865f085 scripts: build.sh appends .exe on Windows [GH-397]
13 years ago
Mitchell Hashimoto fd64600414 scripts: build go get ./... early to speed up builds
13 years ago