Skip to content

Commit

Permalink
Revert "Fix source tarball generation while copy examples ocl header"
Browse files Browse the repository at this point in the history
This reverts commit a7588c1.
  • Loading branch information
9prady9 committed Jul 27, 2021
1 parent a7588c1 commit 7a07d76
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release_src_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
sudo apt-get install -y libfontconfig1-dev \
libglfw3-dev \
libfreeimage-dev \
libboost1.68-dev \
opencl-headers \
ocl-icd-opencl-dev
libboost1.68-dev
- name: CMake Configure
run: |
Expand All @@ -53,9 +51,8 @@ jobs:
rm -rf forge-full-${FG_VER}/.git
rm -rf forge-full-${FG_VER}/.github
rm forge-full-${FG_VER}/.gitmodules
mkdir -p forge-full-${FG_VER}/extern/cl2hpp
cd forge-full-${FG_VER}/build/
cp -r ./examples/third_party/cl2hpp/* ../extern/cl2hpp/
cp -r ./examples/third_party/cl2hpp ../extern/cl2hpp
shopt -s extglob
rm -r !(extern)
cd ./extern
Expand All @@ -69,10 +66,7 @@ jobs:
rm -rf ./${dep}/.gitmodules
done
shopt -u extglob
cp -r ./* ../../extern/
cd ../../
rm -r build
cd ..
cd ../../..
tar -cjf forge-full-${FG_VER}.tar.bz2 forge-full-${FG_VER}/
echo "UPLOAD_FILE=forge-full-${FG_VER}.tar.bz2" >> $GITHUB_ENV
Expand Down

0 comments on commit 7a07d76

Please sign in to comment.