From bab04a601f88b1d805d3a3dcb1937b843f61c3b4 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 16 Jan 2020 01:58:21 -0500 Subject: [PATCH 1/4] added SDKROOT --- .cicd/platforms/pinned/macos-10.14-pinned.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cicd/platforms/pinned/macos-10.14-pinned.sh b/.cicd/platforms/pinned/macos-10.14-pinned.sh index 5c38259f7c5..99af86b61d0 100755 --- a/.cicd/platforms/pinned/macos-10.14-pinned.sh +++ b/.cicd/platforms/pinned/macos-10.14-pinned.sh @@ -49,11 +49,13 @@ sudo make install cd ../.. rm -rf clang8 # install boost from source +# Boost Fix: eosio/install/bin/../include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found +export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 tar -xjf boost_1_71_0.tar.bz2 cd boost_1_71_0 ./bootstrap.sh --prefix=/usr/local -sudo ./b2 --with-iostreams --with-date_time --with-filesystem --with-system --with-program_options --with-chrono --with-test -q -j$(getconf _NPROCESSORS_ONLN) install +sudo SDKROOT="$SDKROOT" ./b2 --with-iostreams --with-date_time --with-filesystem --with-system --with-program_options --with-chrono --with-test -q -j$(getconf _NPROCESSORS_ONLN) install cd .. sudo rm -rf boost_1_71_0.tar.bz2 boost_1_71_0 # install mongoDB From e4c8f26d3aa3ad4a4bd9419a6bf6f0d64cc58c95 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 16 Jan 2020 03:33:14 -0500 Subject: [PATCH 2/4] enabled ping sleep --- .cicd/generate-pipeline.sh | 12 ++++++------ libraries/fc | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.cicd/generate-pipeline.sh b/.cicd/generate-pipeline.sh index 22df0570fcf..657202b8c74 100755 --- a/.cicd/generate-pipeline.sh +++ b/.cicd/generate-pipeline.sh @@ -132,7 +132,7 @@ EOF failover-registries: - 'registry_1' - 'registry_2' - pre-execute-sleep: 10 + pre-execute-ping-sleep: "8.8.8.8" pre-commands: - "git clone git@github.com:EOSIO/mac-anka-fleet.git && cd mac-anka-fleet && . ./ensure-tag.bash -u 12 -r 25G -a '-n'" env: @@ -220,7 +220,7 @@ EOF failover-registries: - 'registry_1' - 'registry_2' - pre-execute-sleep: 10 + pre-execute-ping-sleep: "8.8.8.8" agents: "queue=mac-anka-node-fleet" retry: manual: @@ -282,7 +282,7 @@ EOF failover-registries: - 'registry_1' - 'registry_2' - pre-execute-sleep: 10 + pre-execute-ping-sleep: "8.8.8.8" agents: "queue=mac-anka-node-fleet" retry: manual: @@ -347,7 +347,7 @@ EOF failover-registries: - 'registry_1' - 'registry_2' - pre-execute-sleep: 10 + pre-execute-ping-sleep: "8.8.8.8" agents: "queue=mac-anka-node-fleet" retry: manual: @@ -413,7 +413,7 @@ EOF failover-registries: - 'registry_1' - 'registry_2' - pre-execute-sleep: 10 + pre-execute-ping-sleep: "8.8.8.8" agents: "queue=mac-anka-node-fleet" retry: manual: @@ -597,7 +597,7 @@ cat < Date: Thu, 16 Jan 2020 03:33:44 -0500 Subject: [PATCH 3/4] anka buildkite plugin version bump for ping sleep --- .cicd/generate-pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cicd/generate-pipeline.sh b/.cicd/generate-pipeline.sh index 657202b8c74..f5df577834a 100755 --- a/.cicd/generate-pipeline.sh +++ b/.cicd/generate-pipeline.sh @@ -119,7 +119,7 @@ EOF - "cd eos && ./.cicd/build.sh" - "cd eos && tar -pczf build.tar.gz build && buildkite-agent artifact upload build.tar.gz" plugins: - - chef/anka#v0.5.5: + - NorseGaud/anka#v0.5.7: no-volume: true inherit-environment-vars: true vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME} From 1f9a406d5fa7d373487ac7d5bb17d1f22757da50 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 16 Jan 2020 03:37:39 -0500 Subject: [PATCH 4/4] anka plugin version bump --- .cicd/generate-pipeline.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.cicd/generate-pipeline.sh b/.cicd/generate-pipeline.sh index f5df577834a..85136c80018 100755 --- a/.cicd/generate-pipeline.sh +++ b/.cicd/generate-pipeline.sh @@ -209,7 +209,7 @@ EOF - "cd eos && buildkite-agent artifact download build.tar.gz . --step '$(echo "$PLATFORM_JSON" | jq -r .ICON) $(echo "$PLATFORM_JSON" | jq -r .PLATFORM_NAME_FULL) - Build' && tar -xzf build.tar.gz" - "cd eos && ./.cicd/test.sh scripts/parallel-test.sh" plugins: - - chef/anka#v0.5.4: + - NorseGaud/anka#v0.5.7: no-volume: true inherit-environment-vars: true vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME} @@ -271,7 +271,7 @@ EOF - "cd eos && buildkite-agent artifact download build.tar.gz . --step '$(echo "$PLATFORM_JSON" | jq -r .ICON) $(echo "$PLATFORM_JSON" | jq -r .PLATFORM_NAME_FULL) - Build' && tar -xzf build.tar.gz" - "cd eos && ./.cicd/test.sh scripts/wasm-spec-test.sh" plugins: - - chef/anka#v0.5.4: + - NorseGaud/anka#v0.5.7: no-volume: true inherit-environment-vars: true vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME} @@ -336,7 +336,7 @@ EOF - "cd eos && buildkite-agent artifact download build.tar.gz . --step '$(echo "$PLATFORM_JSON" | jq -r .ICON) $(echo "$PLATFORM_JSON" | jq -r .PLATFORM_NAME_FULL) - Build' && tar -xzf build.tar.gz" - "cd eos && ./.cicd/test.sh scripts/serial-test.sh $TEST_NAME" plugins: - - chef/anka#v0.5.4: + - NorseGaud/anka#v0.5.7: no-volume: true inherit-environment-vars: true vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME} @@ -402,7 +402,7 @@ EOF - "cd eos && buildkite-agent artifact download build.tar.gz . --step '$(echo "$PLATFORM_JSON" | jq -r .ICON) $(echo "$PLATFORM_JSON" | jq -r .PLATFORM_NAME_FULL) - Build' ${BUILD_SOURCE} && tar -xzf build.tar.gz" - "cd eos && ./.cicd/test.sh scripts/long-running-test.sh $TEST_NAME" plugins: - - chef/anka#v0.5.4: + - NorseGaud/anka#v0.5.7: no-volume: true inherit-environment-vars: true vm-name: ${MOJAVE_ANKA_TEMPLATE_NAME} @@ -586,7 +586,7 @@ cat <