disable cadabra2(dep unsatisfy) & sagemath(not avaiable in trixie)
This commit is contained in:
parent
a2e469087a
commit
d93c872320
@ -124,17 +124,17 @@ jobs:
|
||||
context: Program/c
|
||||
tags: eoelab.org:1027/${{ gitea.repository }}:c
|
||||
|
||||
CADABRA2:
|
||||
runs-on: runner
|
||||
needs: Base
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||
- name: cadabra2 build
|
||||
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||
with:
|
||||
context: Program/cadabra2
|
||||
tags: eoelab.org:1027/${{ gitea.repository }}:cadabra2
|
||||
# CADABRA2:
|
||||
# runs-on: runner
|
||||
# needs: Base
|
||||
# steps:
|
||||
# - name: checkout code
|
||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
||||
# - name: cadabra2 build
|
||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||
# with:
|
||||
# context: Program/cadabra2
|
||||
# tags: eoelab.org:1027/${{ gitea.repository }}:cadabra2
|
||||
|
||||
CHAPEL:
|
||||
runs-on: runner
|
||||
@ -319,17 +319,17 @@ jobs:
|
||||
context: Math/octave
|
||||
tags: eoelab.org:1027/${{ gitea.repository }}:octave
|
||||
|
||||
SAGEMATH:
|
||||
runs-on: runner
|
||||
needs: Base
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||
- name: sagemath build
|
||||
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||
with:
|
||||
context: Math/sagemath
|
||||
tags: eoelab.org:1027/${{ gitea.repository }}:sage
|
||||
# SAGEMATH:
|
||||
# runs-on: runner
|
||||
# needs: Base
|
||||
# steps:
|
||||
# - name: checkout code
|
||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
||||
# - name: sagemath build
|
||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||
# with:
|
||||
# context: Math/sagemath
|
||||
# tags: eoelab.org:1027/${{ gitea.repository }}:sage
|
||||
|
||||
SCILAB:
|
||||
runs-on: runner
|
||||
|
@ -2,9 +2,9 @@ FROM eoelab.org:1027/eoeair/jupyter:py-c
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt-get update && apt-get --yes --no-install-recommends install wget curl gnupg && \
|
||||
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - && \
|
||||
sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' && \
|
||||
RUN apt-get update && apt-get --yes --no-install-recommends install curl gnupg && \
|
||||
curl -sS https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg && \
|
||||
sh -c 'echo "deb [signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' && \
|
||||
# install chrome
|
||||
apt-get update && apt-get --yes --no-install-recommends install google-chrome-stable && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user