Skip to content

Commit

Permalink
Remove multiple build env
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhs-ibm authored Oct 19, 2023
1 parent ff9f262 commit 3d808da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
matrix:
go-versions: ['1.19']
platform: [ubuntu-20.04-ppc64le]
environment-variables: [build/config/plain.sh, build/config/libpfm4.sh, build/config/libipmctl.sh]
environment-variables: [build/config/plain.sh]
runs-on: ${{ matrix.platform }}
timeout-minutes: 30
steps:
Expand All @@ -20,6 +20,7 @@ jobs:
run: |
source ${{ matrix.environment-variables }}
if [[ "${BUILD_PACKAGES}" != "" ]]; then sudo apt-get update; sudo apt-get install -y wget git curl patch make gcc; fi
make build
make -e presubmit
- name: Run tests
env:
Expand Down

0 comments on commit 3d808da

Please sign in to comment.