mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-02 14:14:27 +02:00
Replace functional deps with correct container_hash deps.
This commit is contained in:
@@ -15,7 +15,6 @@ cd boost-root
|
|||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
xcopy /s /e /q %DRONE_BUILD_DIR% libs\%LIBRARY%\
|
xcopy /s /e /q %DRONE_BUILD_DIR% libs\%LIBRARY%\
|
||||||
python tools/boostdep/depinst/depinst.py %LIBRARY%
|
python tools/boostdep/depinst/depinst.py %LIBRARY%
|
||||||
python tools/boostdep/depinst/depinst.py functional
|
|
||||||
cmd /c bootstrap
|
cmd /c bootstrap
|
||||||
b2 -d0 headers
|
b2 -d0 headers
|
||||||
|
|
||||||
|
@@ -18,7 +18,6 @@ cd boost-root
|
|||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
cp -r $DRONE_BUILD_DIR/* libs/$LIBRARY
|
cp -r $DRONE_BUILD_DIR/* libs/$LIBRARY
|
||||||
python tools/boostdep/depinst/depinst.py $LIBRARY
|
python tools/boostdep/depinst/depinst.py $LIBRARY
|
||||||
python tools/boostdep/depinst/depinst.py functional
|
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./b2 -d0 headers
|
./b2 -d0 headers
|
||||||
|
|
||||||
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -219,7 +219,6 @@ jobs:
|
|||||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
python3 tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
|
python3 tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
|
||||||
python3 tools/boostdep/depinst/depinst.py --git_args "--jobs 3" functional
|
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./b2 -d0 headers
|
./b2 -d0 headers
|
||||||
|
|
||||||
@@ -283,7 +282,6 @@ jobs:
|
|||||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
|
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" functional
|
|
||||||
cmd /c bootstrap
|
cmd /c bootstrap
|
||||||
b2 -d0 headers
|
b2 -d0 headers
|
||||||
|
|
||||||
@@ -332,7 +330,6 @@ jobs:
|
|||||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
|
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" functional
|
|
||||||
|
|
||||||
- name: Use library with add_subdirectory
|
- name: Use library with add_subdirectory
|
||||||
run: |
|
run: |
|
||||||
@@ -381,7 +378,6 @@ jobs:
|
|||||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
|
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" functional
|
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
@@ -440,7 +436,6 @@ jobs:
|
|||||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
|
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" functional
|
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
@@ -490,7 +485,6 @@ jobs:
|
|||||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
|
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" functional
|
|
||||||
|
|
||||||
- name: Use library with add_subdirectory (Debug)
|
- name: Use library with add_subdirectory (Debug)
|
||||||
shell: cmd
|
shell: cmd
|
||||||
@@ -540,7 +534,6 @@ jobs:
|
|||||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
|
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" functional
|
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
shell: cmd
|
shell: cmd
|
||||||
@@ -608,7 +601,6 @@ jobs:
|
|||||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep libs/functional
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
|
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
|
||||||
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" functional
|
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
@@ -63,7 +63,6 @@ install:
|
|||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr\
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr\
|
||||||
- git submodule update --init tools/boostdep libs/functional
|
- git submodule update --init tools/boostdep libs/functional
|
||||||
- python tools/boostdep/depinst/depinst.py smart_ptr
|
- python tools/boostdep/depinst/depinst.py smart_ptr
|
||||||
- python tools/boostdep/depinst/depinst.py functional
|
|
||||||
- cmd /c bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 -d0 headers
|
- b2 -d0 headers
|
||||||
|
|
||||||
|
@@ -16,7 +16,6 @@ project
|
|||||||
: requirements
|
: requirements
|
||||||
<library>/boost/align//boost_align
|
<library>/boost/align//boost_align
|
||||||
<library>/boost/container_hash//boost_container_hash
|
<library>/boost/container_hash//boost_container_hash
|
||||||
<library>/boost/functional//boost_functional
|
|
||||||
<library>/boost/smart_ptr//boost_smart_ptr
|
<library>/boost/smart_ptr//boost_smart_ptr
|
||||||
<toolset>gcc:<cxxflags>-Wno-non-virtual-dtor
|
<toolset>gcc:<cxxflags>-Wno-non-virtual-dtor
|
||||||
<toolset>gcc:<cxxflags>-Wno-deprecated-declarations
|
<toolset>gcc:<cxxflags>-Wno-deprecated-declarations
|
||||||
|
Reference in New Issue
Block a user