mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 21:24:40 +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
|
||||
xcopy /s /e /q %DRONE_BUILD_DIR% libs\%LIBRARY%\
|
||||
python tools/boostdep/depinst/depinst.py %LIBRARY%
|
||||
python tools/boostdep/depinst/depinst.py functional
|
||||
cmd /c bootstrap
|
||||
b2 -d0 headers
|
||||
|
||||
|
@@ -18,7 +18,6 @@ cd boost-root
|
||||
git submodule update --init tools/boostdep libs/functional
|
||||
cp -r $DRONE_BUILD_DIR/* libs/$LIBRARY
|
||||
python tools/boostdep/depinst/depinst.py $LIBRARY
|
||||
python tools/boostdep/depinst/depinst.py functional
|
||||
./bootstrap.sh
|
||||
./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
|
||||
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" functional
|
||||
./bootstrap.sh
|
||||
./b2 -d0 headers
|
||||
|
||||
@@ -283,7 +282,6 @@ jobs:
|
||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||
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" functional
|
||||
cmd /c bootstrap
|
||||
b2 -d0 headers
|
||||
|
||||
@@ -332,7 +330,6 @@ jobs:
|
||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||
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" functional
|
||||
|
||||
- name: Use library with add_subdirectory
|
||||
run: |
|
||||
@@ -381,7 +378,6 @@ jobs:
|
||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||
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" functional
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
@@ -440,7 +436,6 @@ jobs:
|
||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||
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" functional
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
@@ -490,7 +485,6 @@ jobs:
|
||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||
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" functional
|
||||
|
||||
- name: Use library with add_subdirectory (Debug)
|
||||
shell: cmd
|
||||
@@ -540,7 +534,6 @@ jobs:
|
||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||
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" functional
|
||||
|
||||
- name: Configure
|
||||
shell: cmd
|
||||
@@ -608,7 +601,6 @@ jobs:
|
||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||
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" functional
|
||||
|
||||
- name: Configure
|
||||
shell: cmd
|
||||
|
@@ -63,7 +63,6 @@ install:
|
||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr\
|
||||
- git submodule update --init tools/boostdep libs/functional
|
||||
- python tools/boostdep/depinst/depinst.py smart_ptr
|
||||
- python tools/boostdep/depinst/depinst.py functional
|
||||
- cmd /c bootstrap
|
||||
- b2 -d0 headers
|
||||
|
||||
|
@@ -16,7 +16,6 @@ project
|
||||
: requirements
|
||||
<library>/boost/align//boost_align
|
||||
<library>/boost/container_hash//boost_container_hash
|
||||
<library>/boost/functional//boost_functional
|
||||
<library>/boost/smart_ptr//boost_smart_ptr
|
||||
<toolset>gcc:<cxxflags>-Wno-non-virtual-dtor
|
||||
<toolset>gcc:<cxxflags>-Wno-deprecated-declarations
|
||||
|
Reference in New Issue
Block a user