summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinga Stefaniuk <kinga.stefaniuk@intel.com>2024-07-04 18:41:01 +0200
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-07-30 15:59:24 +0200
commit6403f9c77e1f9e0c329b7d58c0a1846ac7080636 (patch)
tree60bf52032c282cd0a34fb3d5f3872a45d8756454
parentMakefile: add more compiler flags (diff)
downloadmdadm-6403f9c77e1f9e0c329b7d58c0a1846ac7080636.tar.xz
mdadm-6403f9c77e1f9e0c329b7d58c0a1846ac7080636.zip
review.yml: fix typo in DEBIAN compiler flag
Fix typo in -DEBIAN flag in review.yml file. Signed-off-by: Kinga Stefaniuk <kinga.stefaniuk@intel.com>
-rw-r--r--.github/workflows/review.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml
index 3fa29f6d..0b059b41 100644
--- a/.github/workflows/review.yml
+++ b/.github/workflows/review.yml
@@ -16,7 +16,7 @@ jobs:
- name: 'Make with DEBUG flag'
run: CC=gcc-${{ matrix.gcc-version }} && V=1 make -j$(nproc) -B CXFLAGS=-DEBUG && make clean
- name: 'Make with DEBIAN flag'
- run: CC=gcc-${{ matrix.gcc-version }} && V=1 make -j$(nproc) -B CXGALGS=-DEBIAN && make clean
+ run: CC=gcc-${{ matrix.gcc-version }} && V=1 make -j$(nproc) -B CXFLAGS=-DEBIAN && make clean
- name: 'Make with USE_PTHREADS flag'
run: CC=gcc-${{ matrix.gcc-version }} && V=1 make -j$(nproc) -B CXFLAGS=-USE_PTHREADS && make clean
- name: 'Make with DNO_LIBUDEV flag'