Skip to content

Commit

Permalink
Update build_applications.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaliffiAMD authored Aug 21, 2024
1 parent 95cf79d commit d487e43
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build_applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
run: |
apt-get update -qq &&
apt-get install -y build-essential g++ glslang-tools \
python3 python3-pip libglfw3-dev libvulkan-dev locales wget
python3 -m pip install --upgrade pip
python3 -m pip install cmake
python3 python3-pip libglfw3-dev libvulkan-dev locales wget cmake
- name: Install ROCm Dev
run: |
export DEBIAN_FRONTEND=noninteractive
Expand All @@ -43,13 +41,10 @@ jobs:
rocrand-dev hiprand-dev \
rocprim-dev hipcub-dev
rm -rf /var/lib/apt/lists/*
echo "/opt/rocm/bin" >> $GITHUB_PATH
echo "ROCM_PATH=/opt/rocm" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=/opt/rocm/lib:${LD_LIBRARY_PATH}" >> $GITHUB_ENV
apt-get autoclean
- name: Configure and Build
shell: bash
run: |
cd Applications && mkdir build && cd build
cmake -DGPU_ARCHITECTURES=all -S ..
cmake --build . -j 4
cmake --build . -j $(nproc)

0 comments on commit d487e43

Please sign in to comment.