Skip to content

Commit

Permalink
fix wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Aug 23, 2024
1 parent 8e7d0f2 commit cb72c4d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bin/install_surelog_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ git submodule update --init --recursive

export LDFLAGS="-lrt"
make -j$(nproc)
make install PREFIX=$GITHUB_WORKSPACE/sc_surelog
make install PREFIX=$GITHUB_WORKSPACE/surelog

cd -
2 changes: 1 addition & 1 deletion .github/workflows/bin/install_surelog_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cmake --version # must be >=3.20
# Point to Python, build universal binary (supporting Intel and Apple Silicon-based Macs)
export ADDITIONAL_CMAKE_OPTIONS="-DPython3_ROOT_DIR=${pythonLocation} -DCMAKE_OSX_ARCHITECTURES='x86_64;arm64'"
make -j$(sysctl -n hw.physicalcpu)
make install PREFIX=$GITHUB_WORKSPACE/sc_surelog
make install PREFIX=$GITHUB_WORKSPACE/surelog
2 changes: 1 addition & 1 deletion .github/workflows/bin/install_surelog_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set CMAKE_GENERATOR=Ninja
set CC=cl
set CXX=cl
set NO_TCMALLOC=On
set PREFIX=%GITHUB_WORKSPACE%\sc_surelog
set PREFIX=%GITHUB_WORKSPACE%\surelog
set CPU_CORES=%NUMBER_OF_PROCESSORS%

set MAKE_DIR=C:\make\bin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: surelog-cache
with:
path: |
sc_surelog/bin/surelog*
surelog/bin/surelog*
key: ${{ matrix.platform.os }}-${{ matrix.platform.arch }}-${{ steps.get-surelog.outputs.version }}

- name: Setup Java
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
with:
name: surelog-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
path: |
sc_surelog/bin/surelog*
surelog/bin/surelog*
Surelog/build/bin/surelog*
retention-days: 14

Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
id: surelog-cache
with:
path: |
sc_surelog/bin/surelog*
surelog/bin/surelog*
key: ${{ matrix.platform.os }}-${{ matrix.platform.arch }}-${{ steps.get-surelog.outputs.version }}

# We should be guaranteed a hit after build_surelog executes
Expand Down
Empty file removed surelog/bin/surelog
Empty file.

0 comments on commit cb72c4d

Please sign in to comment.