Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt-downloader latest with gha testing #1038

Conversation

RAJAGOPALAN-GANGADHARAN
Copy link
Collaborator

No description provided.

@annulen
Copy link
Member

annulen commented Dec 9, 2020

Seems like GitHub disabled set-env and add-path commands, see https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/. Workflow file needs to be changed according to that instruction.

@RAJAGOPALAN-GANGADHARAN
Copy link
Collaborator Author

Sure. Will look into it

echo "$GITHUB_WORKSPACE" >> $GITHUB_PATH
echo "CCACHE_BASEDIR=$GITHUB_WORKSPACE" >> $GITHUB_ENV
echo "CCACHE_DIR=$GITHUB_WORKSPACE/.ccache" >> $GITHUB_ENV
echo "cmake_args=-DCMAKE_C_COMPILER_LAUNCHER=ccache " \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does resulting cmake_args contain -DCMAKE_CXX_COMPILER_LAUNCHER=ccache and -DENABLE_PCH=OFF? Unescaped spaces make me feel uneasy.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/qtwebkit/qtwebkit/pull/1038/checks?check_run_id=1545151212#step:13:19

The env variable is rightly set, check put ubuntu for e.g.

@annulen
Copy link
Member

annulen commented Dec 21, 2021

Merged

@annulen annulen closed this Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants