We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d03cc commit 5e22cb3Copy full SHA for 5e22cb3
.github/actions/build-ocp-addons/action.yml
@@ -130,7 +130,7 @@ runs:
130
if [[ "$RUNNER_OS" == "Linux" ]]; then
131
132
${{ inputs.sed-i }} 's/\(extra_compile_args=\["-O3"\)\(.*\)/\1, "-D_GLIBCXX_USE_CXX11_ABI=0", "-std=c++17"\2/' setup.py
133
- ${{ inputs.sed-i }} '/if platform.system() == "Linux":/,/os.environ\["CXX"\] = archprefix \+ "-conda-linux-gnu-g\+\+"/d' setup.py
+ ${{ inputs.sed-i }} '/^if platform\.system/,+8d' setup.py
134
135
elif [[ "$RUNNER_OS" == "macOS" ]]; then
136
0 commit comments