Christian Frisson

Results 9 comments of Christian Frisson

Just an update if that may help others, as this issue is the most up-to-date for this search: https://github.com/search?q=org%3Aemscripten-core+%22environment+variable%22+%22prerun%22&type=issues To solve this issue on my side I had to use...

> Where are you trying to use `ENV` from [@anscfrisson](https://github.com/anscfrisson) ? The closest example that I can share is by Kitware (@jspanchu) in VTK: https://github.com/Kitware/VTK/blob/v9.4.2/Examples/Emscripten/Cxx/ConeMultiBackend/CMakeLists.txt#L49 So that `module.ENV.VTK_GRAPHICS_BACKEND = 'WEBGPU';`...

Thanks @MikeMcC399 for the update! I understand that supporting dependabot for cypress-docker-images might then not be planned soon as it requires a re-design? Would there be other opportunities from the...

Thanks @MikeMcC399 for the tip, I'll look into renovatebot, and for the opportunity to extends its support to `cypress/browsers`.

@MikeMcC399 Seems like it is possible to use renovate with GitHub Actions with this app https://github.com/apps/renovate > This app is free to install for both public and private repositories. Service...

> @anscfrisson > > If you can find a section which says that Docker images used in GitHub Actions can be updated by Renovate, that would be great. That was...

@EyalDelarea Using `jfrog/[email protected]` or `jfrog/setup-jfrog-cli@master` (at b9a85a8d) both fail at ``` - name: Setup Jfrog uses: jfrog/setup-jfrog-cli@... env: JF_URL: ${{ env.ARTIFACTORY_URL }} JF_USER: ${{ secrets.ARTIFACTORY_USER }} JF_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}...

Plus searching for [issues mentioning "The following error was received while trying to encrypt your password: Artifactory response: 401" in org jfrog](https://github.com/search?q=org%3Ajfrog+%22The+following+error+was+received+while+trying+to+encrypt+your+password%3A+Artifactory+response%3A+401%22&type=issues) reveals 2 issues besides this one: - https://github.com/jfrog/jfrog-cli/issues/2157...

The issue does not happen on our side anymore with https://github.com/jfrog/setup-jfrog-cli/releases/tag/v4.5.6 > Download action repository 'jfrog/setup-jfrog-cli@v4' (SHA:f748a0599171a192a2668afee8d0497f7c1069df) I will therefore close this issue.