Skip to content

Commit

Permalink
Add cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Jun 6, 2024
1 parent a2813df commit 02f9733
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ jobs:
export LDFLAGS="-L/lib64 -static-libstdc++"
rm --force /hbb/bin/git
ln -s /usr/bin/git /hbb/bin/git
cd /io/tmp/alignment-writer
mkdir build
cd build
cmake -DCMAKE_CXX_FLAGS="-march=x86-64 -mtune=generic -m64" -DCMAKE_C_FLAGS="-march=x86-64 -mtune=generic -m64" -DCMAKE_WITH_FLTO=1 -DCMAKE_WITH_NATIVE_INSTRUCTIONS=OFF ..
- name: Compile Linux x86_64 binary
id: run-make
run: |
cd /io/tmp/alignment-writer/build
source /hbb_exe/activate
export LDFLAGS="-L/lib64 -static-libstdc++"
rm --force /hbb/bin/git
Expand All @@ -55,6 +57,7 @@ jobs:
- name: Create distributable archive
id: gather-stuff
run: |
cd /io/tmp/alignment-writer/build
target=alignment-writer-${{ github.ref_name }}}-$(gcc -v 2>&1 | grep "^Target" | cut -f2 -d':' | sed 's/[[:space:]]*//g')
path=/io/tmp/$target
mkdir $path
Expand Down

0 comments on commit 02f9733

Please sign in to comment.