Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Update CI build OS versions #153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jhlegarreta
Copy link
Member

Update CI build OS versions: transition Ubuntu to 22.04 and macOS to 12.

Update CI build OS versions: transition Ubuntu to 22.04 and macOS to 12.
@dzenanz
Copy link
Member

dzenanz commented Feb 13, 2024

CMake Warning (dev) at /home/runner/work/_temp/1570127931/cmake-3.24.2-linux-x86_64/share/cmake-3.24/Modules/ExternalProject.cmake:3074 (message):
  The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  not set.  The policy's OLD behavior will be used.  When using a URL
  download, the timestamps of extracted files should preferably be that of
  the time of extraction, otherwise code that depends on the extracted
  contents might not be rebuilt if the URL changes.  The OLD behavior
  preserves the timestamps from the archive instead, but this is usually not
  what you want.  Update your project to the NEW behavior or specify the
  DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  robustness issue.
Call Stack (most recent call first):
  /home/runner/work/_temp/1570127931/cmake-3.24.2-linux-x86_64/share/cmake-3.24/Modules/ExternalProject.cmake:4170 (_ep_add_download_command)
  /home/runner/work/ITKModuleTemplate/ITK/Utilities/ClangFormat/DownloadClangFormat.cmake:37 (ExternalProject_add)
  /home/runner/work/ITKModuleTemplate/ITK/CMake/ITKModuleClangFormat.cmake:14 (include)
  /home/runner/work/ITKModuleTemplate/ITK/CMake/ITKModuleMacros.cmake:9 (include)
  /home/runner/work/ITKModuleTemplate/ITK/CMake/ITKModuleExternal.cmake:140 (include)
  CMakeLists.txt:9 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

I think this is fixed in master. The auditwheel error will be addressed with next RC. I suggest waiting with these updated until then.

@jhlegarreta
Copy link
Member Author

So depends on PR #157.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants