Skip to content

Commit efc7a80

Browse files
revert CI branch
1 parent 8eb42fd commit efc7a80

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed

.github/workflows/hip.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
-DpyAMReX_IPO=OFF \
5252
-DAMReX_GPU_BACKEND=HIP \
5353
-DAMReX_AMD_ARCH=gfx90a \
54-
-DAMReX_SPACEDIM="1;2;3" \
55-
-DpyAMReX_amrex_branch="development"
54+
-DAMReX_SPACEDIM="1;2;3"
5655
cmake --build build --target pip_install -j 4
5756
5857
ccache -s

.github/workflows/intel.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
-DBUILD_SHARED_LIBS=ON \
5151
-DAMReX_GPU_BACKEND=SYCL \
5252
-DAMReX_MPI=ON \
53-
-DAMReX_SPACEDIM="3" \
54-
-DpyAMReX_amrex_branch="development"
53+
-DAMReX_SPACEDIM="3"
5554
cmake --build build --target pip_install -j 4
5655
5756
ccache -s
@@ -96,8 +95,7 @@ jobs:
9695
-DCMAKE_BUILD_TYPE=Release \
9796
-DCMAKE_VERBOSE_MAKEFILE=ON \
9897
-DAMReX_MPI=ON \
99-
-DAMReX_SPACEDIM="1;2;3" \
100-
-DpyAMReX_amrex_branch="development"
98+
-DAMReX_SPACEDIM="1;2;3"
10199
cmake --build build --target pip_install -j 4
102100
103101
ccache -s

.github/workflows/stubs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
python3 -m pip install -U pip setuptools[core] wheel
6565
python3 -m pip install -U pip mpi4py pytest pybind11-stubgen pre-commit
66-
cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DpyAMReX_IPO=OFF -DpyAMReX_amrex_branch="development"
66+
cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DpyAMReX_IPO=OFF
6767
cmake --build build -j 4 --target pip_install
6868
6969
ccache -s

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ jobs:
9292
-DCMAKE_VERBOSE_MAKEFILE=ON \
9393
-DBUILD_SHARED_LIBS=ON \
9494
-DAMReX_MPI=ON \
95-
-DAMReX_SPACEDIM="1;2;3" \
96-
-DpyAMReX_amrex_branch="development"
95+
-DAMReX_SPACEDIM="1;2;3"
9796
cmake --build build --target pip_install -j 4
9897
9998
ccache -s
@@ -244,8 +243,7 @@ jobs:
244243
-DCMAKE_CXX_STANDARD=17 \
245244
-DAMReX_CUDA_ARCH=8.0 \
246245
-DAMReX_CUDA_ERROR_CROSS_EXECUTION_SPACE_CALL=ON \
247-
-DAMReX_CUDA_ERROR_CAPTURE_THIS=ON \
248-
-DpyAMReX_amrex_branch="development"
246+
-DAMReX_CUDA_ERROR_CAPTURE_THIS=ON
249247
cmake --build build --target pip_install -j 2
250248
251249
ccache -s

.github/workflows/windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
-DCMAKE_VERBOSE_MAKEFILE=ON `
5656
-DBUILD_SHARED_LIBS=ON `
5757
-DAMReX_MPI=OFF `
58-
-DAMReX_SPACEDIM="1;2;3" `
59-
-DpyAMReX_amrex_branch="development"
58+
-DAMReX_SPACEDIM="1;2;3"
6059
if(!$?) { Exit $LASTEXITCODE }
6160
6261
cmake --build build --config Debug -j 4

0 commit comments

Comments
 (0)