Skip to content

Commit

Permalink
Forgot ARM status code prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Dec 13, 2024
1 parent 2d1e2a2 commit 9fee05e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
mv "artifacts/Linux error_code g++ prebuilt binaries/llfio-v2.0-binaries-linux-x64.tgz" llfio-v2.0-binaries-ubuntu20.04-x64-error_code.tgz
mv "artifacts/Linux status_code g++ prebuilt binaries/llfio-v2.0-binaries-linux-x64.tgz" llfio-v2.0-binaries-ubuntu20.04-x64-status_code.tgz
mv "artifacts/Linux error_code arm-linux-gnueabihf-g++ prebuilt binaries/llfio-v2.0-binaries-linux-armhf.tgz" llfio-v2.0-binaries-ubuntu20.04-armhf-error_code.tgz
mv "artifacts/Linux status_code arm-linux-gnueabihf-g++ prebuilt binaries/llfio-v2.0-binaries-linux-armhf.tgz" llfio-v2.0-binaries-ubuntu20.04-armhf-status_code.tgz
mv "artifacts/Mac OS error_code prebuilt binaries/llfio-v2.0-binaries-darwin-arm64.tgz" llfio-v2.0-binaries-macos-arm64-error_code.tgz
mv "artifacts/Mac OS status_code prebuilt binaries/llfio-v2.0-binaries-darwin-arm64.tgz" llfio-v2.0-binaries-macos-arm64-status_code.tgz
mv "artifacts/Windows VS2022 error_code prebuilt binaries/llfio-v2.0-binaries-win64.zip" llfio-v2.0-binaries-win64-vs2022-error_code.zip
Expand Down
2 changes: 1 addition & 1 deletion cmake/QuickCppLibBootstrap.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foreach(item ${CMAKE_MODULE_PATH})
set(quickcpplib_done ON)
endif()
endforeach()
if(NOT quickcpplib_done AND quickcpplib_DIR)
if(NOT quickcpplib_done)
find_package(quickcpplib QUIET CONFIG)
if(quickcpplib_FOUND)
if(DEFINED quickcpplib_CMAKELIB_DIR AND DEFINED quickcpplib_SCRIPTS_DIR)
Expand Down
6 changes: 3 additions & 3 deletions include/llfio/revision.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define LLFIO_PREVIOUS_COMMIT_REF 27d96a8af49cb169c7cd03638b2e0365dc1c1014
#define LLFIO_PREVIOUS_COMMIT_DATE "2024-11-19 15:12:17 +00:00"
#define LLFIO_PREVIOUS_COMMIT_UNIQUE 27d96a8a
#define LLFIO_PREVIOUS_COMMIT_REF 2d1e2a22408beb1580b7323453fe8112548abf50
#define LLFIO_PREVIOUS_COMMIT_DATE "2024-12-12 16:45:33 +00:00"
#define LLFIO_PREVIOUS_COMMIT_UNIQUE 2d1e2a22

0 comments on commit 9fee05e

Please sign in to comment.