Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove DEV=true for snapshot packaging #41365

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove DEV=true for snapshot packaging
Packaging with `DEV=true` adds additional Go flags that sometimes lead
to linker failures using the old versions of `ld.gold`.

See #41270
rdner committed Oct 22, 2024
commit a50d73602b29542f2c7f0ad54446a784d7816b07
6 changes: 3 additions & 3 deletions .buildkite/packaging.pipeline.yml
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ steps:
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: true
DEV: true
DEV: false # packaging with `DEV=true` may cause linker issues while crosscompiling
rdner marked this conversation as resolved.
Show resolved Hide resolved
command: ".buildkite/scripts/packaging/package-dra.sh {{matrix}}"
agents:
provider: gcp
@@ -122,7 +122,7 @@ steps:
PLATFORMS: "${PLATFORMS_ARM}"
PACKAGES: "docker"
SNAPSHOT: true
DEV: true
DEV: false # packaging with `DEV=true` may cause linker issues while crosscompiling
command: ".buildkite/scripts/packaging/package-dra.sh {{matrix}}"
agents:
provider: "aws"
@@ -152,7 +152,7 @@ steps:
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: true
DEV: true
DEV: false # packaging with `DEV=true` may cause linker issues while crosscompiling
command: ".buildkite/scripts/packaging/package-dra.sh x-pack/agentbeat"
agents:
provider: gcp