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

Failing jobs for Pharo32-xx (Linux, MacOs and Windows) #601

Open
labordep opened this issue Jun 24, 2023 · 4 comments
Open

Failing jobs for Pharo32-xx (Linux, MacOs and Windows) #601

labordep opened this issue Jun 24, 2023 · 4 comments

Comments

@labordep
Copy link
Contributor

Hi,

I'm trying to execute Pharo32-11 jobs and for all OS I have a job failure.
image

Info : this is working fine for Pharo64-11.
image

For Ubuntu :
image

For MacOS :
image

For Windows :
image

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 :)

@fniephaus
Copy link
Member

Linux problem

Could you please try again using ubuntu-20.04 insteand of ubuntu-latest?

macOS problem

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?

@labordep
Copy link
Contributor Author

Thanks @fniephaus.
I have tried with ubuntu-20.04.

Same problem :( :

image

@gcotelli
Copy link
Collaborator

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?

@estebanlm
Copy link
Collaborator

there should be, but links are broken. @guillep may know something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants