Skip to content

Commit 760eef0

Browse files
committed
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
1 parent 3d07261 commit 760eef0

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

.drone/boost.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ git submodule update --init libs/core
2626
git submodule update --init libs/assert
2727
git submodule update --init libs/type_traits
2828
git submodule update --init libs/throw_exception
29-
git submodule update --init libs/static_assert
3029
git submodule update --init libs/preprocessor
3130
cp -r $TRAVIS_BUILD_DIR/* libs/config
3231
./bootstrap.sh

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout main boost
3535
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
3636
- name: Update Dependencies
37-
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor
37+
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor
3838
working-directory: ../boost-root
3939
- name: Copy files
4040
run: cp -r $GITHUB_WORKSPACE/* libs/config
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout main boost
7474
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
7575
- name: Update Dependencies
76-
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor
76+
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor
7777
working-directory: ../boost-root
7878
- name: Copy files
7979
run: cp -r $GITHUB_WORKSPACE/* libs/config
@@ -112,7 +112,7 @@ jobs:
112112
- name: Checkout main boost
113113
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
114114
- name: Update Dependencies
115-
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor
115+
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor
116116
working-directory: ../boost-root
117117
- name: Copy files
118118
run: cp -r $GITHUB_WORKSPACE/* libs/config
@@ -145,7 +145,7 @@ jobs:
145145
- name: Checkout main boost
146146
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
147147
- name: Update Dependencies
148-
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor
148+
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor
149149
working-directory: ../boost-root
150150
- name: Copy files
151151
run: cp -r $GITHUB_WORKSPACE/* libs/config
@@ -178,7 +178,7 @@ jobs:
178178
- name: Checkout main boost
179179
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
180180
- name: Update Dependencies
181-
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor
181+
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor
182182
working-directory: ../boost-root
183183
- name: Copy files
184184
run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\config
@@ -211,7 +211,7 @@ jobs:
211211
- name: Checkout main boost
212212
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
213213
- name: Update Dependencies
214-
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor
214+
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor
215215
working-directory: ../boost-root
216216
- name: Copy files
217217
run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\config
@@ -259,7 +259,7 @@ jobs:
259259
cd boost-root
260260
rm -rf libs/config/*
261261
cp -r $config/* libs/config
262-
git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor
262+
git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor
263263
./bootstrap.sh
264264
./b2 headers
265265
./b2 toolset=gcc libs/config/test//print_config_info libs/config/test//print_math_info
@@ -295,7 +295,7 @@ jobs:
295295
cd boost-root
296296
rm -rf libs/config/*
297297
cp -r $config/* libs/config
298-
git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor
298+
git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor
299299
./bootstrap.sh
300300
./b2 headers
301301
./b2 toolset=clang libs/config/test//print_config_info libs/config/test//print_math_info
@@ -326,7 +326,7 @@ jobs:
326326
- name: Checkout main boost
327327
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
328328
- name: Update Dependencies
329-
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor
329+
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor
330330
working-directory: ../boost-root
331331
- name: Copy files
332332
run: cp -r $GITHUB_WORKSPACE/* libs/config

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ install:
6565
- git submodule update --init libs/core
6666
- git submodule update --init libs/assert
6767
- git submodule update --init libs/type_traits
68-
- git submodule update --init libs/static_assert
6968
- git submodule update --init libs/throw_exception
7069
- git submodule update --init libs/preprocessor
7170
- bootstrap

0 commit comments

Comments
 (0)