Skip to content

Commit bb1a148

Browse files
committed
Test with libcxx
1 parent c8ca0d1 commit bb1a148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
distro: [ 'centos-8', 'debian-11', 'debian-11-arm', 'debian-12-libcxx', 'alpine' ]
16+
distro: [ 'debian-12-libcxx' ]
1717
version: [ '12.4.254.21' ]
1818

1919
steps:

debian-12-libcxx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update -y && \
1414

1515
RUN rm -f /usr/bin/clang++ && \
1616
echo '#!/bin/sh' >> /usr/bin/clang++ && \
17-
echo 'ARGS=$(echo "$@" | sed "s/-Wno-unqualified-std-cast-call//g" | sed "s/-ffp-contract=off//g" | sed "s/-split-threshold-for-reg-with-hint=0//g" | sed "s/-m64//g")' >> /usr/bin/clang++ && \
17+
echo 'ARGS=$(echo "$@" | sed "s/-Wno-unqualified-std-cast-call//g" | sed "s/-ffp-contract=off//g" | sed "s/-split-threshold-for-reg-with-hint=0//g" | sed "s/-m64//g" | sed "s/-msse3//g")' >> /usr/bin/clang++ && \
1818
echo '/usr/lib/llvm-14/bin/clang++ -stdlib=libc++ $ARGS' >> /usr/bin/clang++ && \
1919
chmod +x /usr/bin/clang++
2020

0 commit comments

Comments
 (0)