We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to execute Pharo32-11 jobs and for all OS I have a job failure.
Info : this is working fine for Pharo64-11.
For Ubuntu :
For MacOS :
For Windows :
I'm using this script :
name: 'Pharo 11 CI' on: push: branches: - '**' - '!master' pull_request: types: [assigned, opened, synchronize, reopened] jobs: build: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] smalltalk: [ Pharo64-11, Pharo32-11 ] runs-on: ${{ matrix.os }} name: ${{ matrix.smalltalk }} on ${{ matrix.os }} steps: - uses: actions/checkout@v3 - uses: hpi-swa/setup-smalltalkCI@v1 with: smalltalk-image: ${{ matrix.smalltalk }} - name: Load in New Image and Run Tests run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }} shell: bash timeout-minutes: 10 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Thanks for your help :)
The text was updated successfully, but these errors were encountered:
Could you please try again using ubuntu-20.04 insteand of ubuntu-latest?
ubuntu-20.04
ubuntu-latest
It seems the zeroconfig at https://get.pharo.org/32/110 is broken: it links to https://files.pharo.org/get-files/110/pharoImage-x86.zip but the file now seems to be called https://files.pharo.org/get-files/110/pharoImage-x86**_64**.zip.
@estebanlm could you please take a look?
Sorry, something went wrong.
Thanks @fniephaus. I have tried with ubuntu-20.04.
Same problem :( :
Looking at http://files.pharo.org/image/110/ I couldn't find 32-bit versions of the Pharo 11 image, so maybe there's no more a 32 bits version?
there should be, but links are broken. @guillep may know something.
No branches or pull requests
Hi,
I'm trying to execute Pharo32-11 jobs and for all OS I have a job failure.
Info : this is working fine for Pharo64-11.
For Ubuntu :
For MacOS :
For Windows :
I'm using this script :
Thanks for your help :)
The text was updated successfully, but these errors were encountered: