Skip to content
Snippets Groups Projects
Commit c5ca0238 authored by Thibaut ROMAIN's avatar Thibaut ROMAIN
Browse files

CI: use native itk5 image from ubuntu 22 and fix fast build

parent a08391af
No related branches found
No related tags found
Loading
Pipeline #15948 failed
......@@ -121,12 +121,12 @@ fast-build:
- merge_requests
- branches
stage: precheck
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native:24.04
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-itk5:22.04
before_script:
- export GIT_LFS_SKIP_SMUDGE=1
- git checkout -f -q $CI_COMMIT_SHA
script:
- ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-24.04-fast
- ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-22.04-fast
- ccache -s
legal-check:
......
......@@ -90,15 +90,6 @@ protected:
/** Generate output information */
void GenerateOutputInformation(void) override;
/** Override VerifyInputInformation() since this filter's inputs do
* not need to occupy the same physical space.
*
* \sa ProcessObject::VerifyInputInformation
*/
void VerifyInputInformation() override
{
}
private:
ImportGeoInformationImageFilter(const Self&) = delete;
void operator=(const Self&) = delete;
......
......@@ -83,6 +83,8 @@ protected:
Superclass::PrintSelf(os, indent);
}
virtual void VerifyInputInformation(){};
private:
PersistentImageFilter(const Self&) = delete;
void operator=(const Self&) = delete;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment