Skip to content

Commit

Permalink
actions: Improve dist-check coverage by enabling AWS platform config
Browse files Browse the repository at this point in the history
Signed-off-by: Raghu Raja <raghunch@amazon.com>
  • Loading branch information
rajachan committed Apr 10, 2024
1 parent ec39d6d commit 189a566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/distcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@ jobs:
then
./configure --with-libfabric=$PWD/libfabric/install \
--with-cuda=/usr/local/cuda/ \
--enable-platform-aws \
CC=${{ matrix.cc }}
else
./configure --with-libfabric=$PWD/libfabric/install \
--enable-neuron \
--enable-platform-aws \
CC=${{ matrix.cc }}
fi
make -j $(nproc)
Expand Down

0 comments on commit 189a566

Please sign in to comment.