disable pyflink & ansible & chapel (not support 3.12) & javascript(wait upstream repair)

This commit is contained in:
ben0i0d 2025-01-20 02:47:57 +08:00
parent d93c872320
commit 4182a38b0d
3 changed files with 57 additions and 52 deletions

View File

@ -81,36 +81,41 @@ jobs:
context: BigData/pyspark context: BigData/pyspark
tags: eoelab.org:1027/${{ gitea.repository }}:pyspark tags: eoelab.org:1027/${{ gitea.repository }}:pyspark
PYFLINK: # PYFLINK:
runs-on: runner # runs-on: runner
needs: Base # needs: Base
steps: # steps:
- name: checkout code # - name: checkout code
uses: https://eoelab.org:1027/actions/checkout@v4 # uses: https://eoelab.org:1027/actions/checkout@v4
- name: pyflink build # - name: pyflink build
uses: https://eoelab.org:1027/actions/build-push-action@v6 # uses: https://eoelab.org:1027/actions/build-push-action@v6
with: # with:
context: BigData/pyflink # context: BigData/pyflink
tags: eoelab.org:1027/${{ gitea.repository }}:pyflink # tags: eoelab.org:1027/${{ gitea.repository }}:pyflink
AGDA: # AGDA:
runs-on: runner # runs-on: runner
needs: Base # needs: Base
steps: # steps:
- name: checkout code # - name: checkout code
uses: https://eoelab.org:1027/actions/checkout@v4 # uses: https://eoelab.org:1027/actions/checkout@v4
# - name: agda build
# uses: https://eoelab.org:1027/actions/build-push-action@v6
# with:
# context: Program/agda
# tags: eoelab.org:1027/${{ gitea.repository }}:agda
ANSIBLE: # ANSIBLE:
runs-on: runner # runs-on: runner
needs: Base # needs: Base
steps: # steps:
- name: checkout code # - name: checkout code
uses: https://eoelab.org:1027/actions/checkout@v4 # uses: https://eoelab.org:1027/actions/checkout@v4
- name: ansible build # - name: ansible build
uses: https://eoelab.org:1027/actions/build-push-action@v6 # uses: https://eoelab.org:1027/actions/build-push-action@v6
with: # with:
context: Program/ansible # context: Program/ansible
tags: eoelab.org:1027/${{ gitea.repository }}:ansible # tags: eoelab.org:1027/${{ gitea.repository }}:ansible
C: C:
runs-on: runner runs-on: runner
@ -136,17 +141,17 @@ jobs:
# context: Program/cadabra2 # context: Program/cadabra2
# tags: eoelab.org:1027/${{ gitea.repository }}:cadabra2 # tags: eoelab.org:1027/${{ gitea.repository }}:cadabra2
CHAPEL: # CHAPEL:
runs-on: runner # runs-on: runner
needs: Base # needs: Base
steps: # steps:
- name: checkout code # - name: checkout code
uses: https://eoelab.org:1027/actions/checkout@v4 # uses: https://eoelab.org:1027/actions/checkout@v4
- name: chapel build # - name: chapel build
uses: https://eoelab.org:1027/actions/build-push-action@v6 # uses: https://eoelab.org:1027/actions/build-push-action@v6
with: # with:
context: Program/chapel # context: Program/chapel
tags: eoelab.org:1027/${{ gitea.repository }}:chapel # tags: eoelab.org:1027/${{ gitea.repository }}:chapel
CPP: CPP:
runs-on: runner runs-on: runner
@ -220,17 +225,17 @@ jobs:
context: Program/java context: Program/java
tags: eoelab.org:1027/${{ gitea.repository }}:java tags: eoelab.org:1027/${{ gitea.repository }}:java
JS: # JS:
runs-on: runner # runs-on: runner
needs: Base # needs: Base
steps: # steps:
- name: checkout code # - name: checkout code
uses: https://eoelab.org:1027/actions/checkout@v4 # uses: https://eoelab.org:1027/actions/checkout@v4
- name: js build # - name: js build
uses: https://eoelab.org:1027/actions/build-push-action@v6 # uses: https://eoelab.org:1027/actions/build-push-action@v6
with: # with:
context: Program/js # context: Program/js
tags: eoelab.org:1027/${{ gitea.repository }}:js # tags: eoelab.org:1027/${{ gitea.repository }}:js
JULIA: JULIA:
runs-on: runner runs-on: runner

View File

@ -5,7 +5,7 @@ USER root
WORKDIR /opt WORKDIR /opt
RUN apt-get update --yes && apt-get install --yes --no-install-recommends wget && apt-get clean && rm -rf /var/lib/apt/lists/* && \ RUN apt-get update --yes && apt-get install --yes --no-install-recommends wget && apt-get clean && rm -rf /var/lib/apt/lists/* && \
wget https://eoelab.org:1027/ben0i0d/sources/raw/branch/main/chapel-2.2.0-1.debian12.amd64.deb wget -q https://eoelab.org:1027/ben0i0d/sources/raw/branch/main/chapel-2.2.0-1.debian12.amd64.deb
FROM eoelab.org:1027/eoeair/jupyter:py-c FROM eoelab.org:1027/eoeair/jupyter:py-c

View File

@ -2,7 +2,7 @@ FROM eoelab.org:1027/eoeair/jupyter:py-c
USER root USER root
RUN apt-get update --yes && apt-get install --yes nodejs npm && \ RUN apt-get update --yes && apt-get install --no-install-recommends --yes nodejs npm && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \ apt-get clean && rm -rf /var/lib/apt/lists/* && \
npm config set registry https://registry.npmmirror.com && \ npm config set registry https://registry.npmmirror.com && \
npm install -g --unsafe-perm ijavascript && \ npm install -g --unsafe-perm ijavascript && \