Skip to content

Commit

Permalink
Build gcc11 builds in container.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzimbres committed Nov 11, 2023
1 parent 154d0b1 commit 13b5a76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,15 @@ jobs:
- toolset: gcc-11
install: g++-11
os: ubuntu-latest
container: ubuntu:22.04
cxxstd: '17'
build-type: 'Debug'
ldflags: ''

- toolset: gcc-11
install: g++-11
os: ubuntu-22.04
os: ubuntu-latest
container: ubuntu:22.04
cxxstd: '20'
build-type: 'Release'
ldflags: ''
Expand Down Expand Up @@ -177,7 +179,7 @@ jobs:
build-type: 'Release'
ldflags: ''

- toolset: clang-14,
- toolset: clang-14
install: 'clang-14 libc++-14-dev libc++abi-14-dev'
os: ubuntu-latest
container: ubuntu:22.04
Expand Down
2 changes: 1 addition & 1 deletion test/test_conn_push.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ BOOST_AUTO_TEST_CASE(many_subscribers)

conn->async_exec(req0, ignore, c0);

run(conn, {}, {});
run(conn, make_test_config(), {});

net::co_spawn(ioc.get_executor(), push_consumer3(conn), net::detached);
ioc.run();
Expand Down

0 comments on commit 13b5a76

Please sign in to comment.