Skip to content

Commit

Permalink
Build linux with no debug symbols for GA runner build (#3656)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard authored Feb 16, 2024
1 parent 88fc1e5 commit 218f5ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os: [linux]
version: [jdk8u, jdk11u, jdk17u, jdk] #jdk head == jdk22
version: [jdk8u, jdk11u, jdk17u, jdk]
variant: [temurin]
image: [adoptopenjdk/centos7_build_image]
include:
Expand Down Expand Up @@ -77,6 +77,7 @@ jobs:
# Don't set the OS as we use both linux and alpine-linux
PLATFORM_CONFIG_LOCATION: AdoptOpenJDK/openjdk-build/master/build-farm/platform-specific-configurations
BUILD_ARGS: --create-sbom
CONFIGURE_ARGS: --with-native-debug-symbols=none

- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
name: Collect and Archive Artifacts
Expand Down

0 comments on commit 218f5ee

Please sign in to comment.